Html Css Color HEX #EF01A2 Hollywood Cerise

📋 copy color: '#EF01A2'

red 239 ◦ green 1 ◦ blue 162

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

Shades of Hollywood Cerise #EF01A2

Tints of Hollywood Cerise #EF01A2

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 162 (63.67% from 255) = 40.3%

R = 59.45%
G = 0.25%
B = 40.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EF01A2 (or 0xEF01A2) is known color: Hollywood Cerise. HEX triplet: EF, 01 and A2. RGB value is (239,1,162). Sum of RGB (Red+Green+Blue) = 239+1+162=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 1 (0.78% from 255 or 0.25% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF01A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF01A2 is #10FE5D. Grayscale: #5A5A5A. Windows color (decimal): -1113694 or 10617327. OLE color: 10617327.

HSL color Cylindrical-coordinate representation of color #EF01A2: hue angle of 319.41º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF01A2 is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 1 162 -
CMYK 0 1.00 0.32 0.06
HSL 319.41º 0.99% 0.47% -
HSV(B) 319.41º 1% 0.94% -
XYZ 42.13 20.98 36.01 -
YUV 90.52 168.35 233.91 -
System Red Green Blue C M Y K H S L
Decimal 239 1 162 0 1.00 0.32 0.06 319.41 0.99 0.47
Hex EF 1 A2 0 64 20 6 13F 63 2F
Octal 357 1 242 0 144 40 6 477 143 57
Binary 11101111 1 10100010 0 1100100 100000 110 100111111 1100011 101111

Color Harmonies of #EF01A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF01A2

Black with #EF01A2

Text Example


Text Example

White with #EF01A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF01A2; }

 p { color: rgb(239,1,162); }

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

background-color css

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

 a { background-color: rgb(239,1,162); }

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

border-color css

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

 span { border-color: rgb(239,1,162); }

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