Html Css Color HEX #EF00AE Hollywood Cerise

📋 copy color: '#EF00AE'

red 239 ◦ green 0 ◦ blue 174

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

Shades of Hollywood Cerise #EF00AE

Tints of Hollywood Cerise #EF00AE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 174 (68.36% from 255) = 42.13%

R = 57.87%
G = 0%
B = 42.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF00AE (or 0xEF00AE) is known color: Hollywood Cerise. HEX triplet: EF, 00 and AE. RGB value is (239,0,174). Sum of RGB (Red+Green+Blue) = 239+0+174=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF00AE is #10FF51. Grayscale: #5A5A5A. Windows color (decimal): -1113938 or 11403503. OLE color: 11403503.

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

Color convert

RGB 239 0 174 -
CMYK 0 1 0.27 0.06
HSL 316.32º 1% 0.47% -
HSV(B) 316.32º 1% 0.94% -
XYZ 43.24 21.41 41.9 -
YUV 91.3 174.68 233.35 -
System Red Green Blue C M Y K H S L
Decimal 239 0 174 0 1 0.27 0.06 316.32 1 0.47
Hex EF 0 AE 0 64 1B 6 13C 64 2F
Octal 357 0 256 0 144 33 6 474 144 57
Binary 11101111 0 10101110 0 1100100 11011 110 100111100 1100100 101111

Color Harmonies of #EF00AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF00AE

Black with #EF00AE

Text Example


Text Example

White with #EF00AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF00AE; }

 p { color: rgb(239,0,174); }

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

background-color css

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

 a { background-color: rgb(239,0,174); }

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

border-color css

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

 span { border-color: rgb(239,0,174); }

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