Html Css Color HEX #EF52A0 Brilliant Rose

📋 copy color: '#EF52A0'

red 239 ◦ green 82 ◦ blue 160

#EF52A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #EF52A0

Tints of Brilliant Rose #EF52A0

RGB

 RED value IS 239 (93.75% from 255) = 49.69%

 GREEN value IS 82 (32.42% from 255) = 17.05%

 BLUE value IS 160 (62.89% from 255) = 33.26%

R = 49.69%
G = 17.05%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EF52A0 (or 0xEF52A0) is known color: Brilliant Rose. HEX triplet: EF, 52 and A0. RGB value is (239,82,160). Sum of RGB (Red+Green+Blue) = 239+82+160=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF52A0 is #10AD5F. Grayscale: #898989. Windows color (decimal): -1092960 or 10506991. OLE color: 10506991.

HSL color Cylindrical-coordinate representation of color #EF52A0: hue angle of 330.19º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF52A0 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 82 160 -
CMYK 0 0.66 0.33 0.06
HSL 330.19º 0.83% 0.63% -
HSV(B) 330.19º 0.66% 0.94% -
XYZ 44.96 26.92 36.08 -
YUV 137.84 140.51 200.16 -
System Red Green Blue C M Y K H S L
Decimal 239 82 160 0 0.66 0.33 0.06 330.19 0.83 0.63
Hex EF 52 A0 0 42 21 6 14A 53 3F
Octal 357 122 240 0 102 41 6 512 123 77
Binary 11101111 1010010 10100000 0 1000010 100001 110 101001010 1010011 111111

Color Harmonies of #EF52A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52A0

Black with #EF52A0

Text Example


Text Example

White with #EF52A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52A0; }

 p { color: rgb(239,82,160); }

 H1.HeaderClassName
 {
   color: #EF52A0;
 }
 .AnyTagClassName
 {
   color: #EF52A0;
 }
</style>

background-color css

<style>
 a { background-color: #EF52A0; }

 a { background-color: rgb(239,82,160); }

 div.DivClassName
 {
   background-color: #EF52A0;
 }
 .BgClassName
 {
   background-color: #EF52A0;
 }
</style>

border-color css

<style>
 span { border-color: #EF52A0; }

 span { border-color: rgb(239,82,160); }

 td.TdClassName
 {
   border-color: #EF52A0;
 }
 .TagClassName
 {
   border-color: #EF52A0;
 }
</style>