Html Css Color HEX #EF03AA Hollywood Cerise

📋 copy color: '#EF03AA'

red 239 ◦ green 3 ◦ blue 170

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

Shades of Hollywood Cerise #EF03AA

Tints of Hollywood Cerise #EF03AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.73%

 BLUE value IS 170 (66.8% from 255) = 41.26%

R = 58.01%
G = 0.73%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF03AA (or 0xEF03AA) is known color: Hollywood Cerise. HEX triplet: EF, 03 and AA. RGB value is (239,3,170). Sum of RGB (Red+Green+Blue) = 239+3+170=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF03AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF03AA is #10FC55. Grayscale: #5C5C5C. Windows color (decimal): -1113174 or 11142127. OLE color: 11142127.

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

Color convert

RGB 239 3 170 -
CMYK 0 0.99 0.29 0.06
HSL 317.54º 0.98% 0.47% -
HSV(B) 317.54º 0.99% 0.94% -
XYZ 42.88 21.32 39.88 -
YUV 92.6 171.69 232.42 -
System Red Green Blue C M Y K H S L
Decimal 239 3 170 0 0.99 0.29 0.06 317.54 0.98 0.47
Hex EF 3 AA 0 63 1D 6 13E 62 2F
Octal 357 3 252 0 143 35 6 476 142 57
Binary 11101111 11 10101010 0 1100011 11101 110 100111110 1100010 101111

Color Harmonies of #EF03AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF03AA

Black with #EF03AA

Text Example


Text Example

White with #EF03AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF03AA; }

 p { color: rgb(239,3,170); }

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

background-color css

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

 a { background-color: rgb(239,3,170); }

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

border-color css

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

 span { border-color: rgb(239,3,170); }

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