Html Css Color HEX #EF0086 Hollywood Cerise

📋 copy color: '#EF0086'

red 239 ◦ green 0 ◦ blue 134

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

Shades of Hollywood Cerise #EF0086

Tints of Hollywood Cerise #EF0086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.92%

R = 64.08%
G = 0%
B = 35.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF0086 (or 0xEF0086) is known color: Hollywood Cerise. HEX triplet: EF, 00 and 86. RGB value is (239,0,134). Sum of RGB (Red+Green+Blue) = 239+0+134=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0086 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0086 is #10FF79. Grayscale: #565656. Windows color (decimal): -1113978 or 8782063. OLE color: 8782063.

HSL color Cylindrical-coordinate representation of color #EF0086: hue angle of 326.36º 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 #EF0086 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 0 134 -
CMYK 0 1 0.44 0.06
HSL 326.36º 1% 0.47% -
HSV(B) 326.36º 1% 0.94% -
XYZ 39.9 20.07 24.33 -
YUV 86.74 154.68 236.6 -
System Red Green Blue C M Y K H S L
Decimal 239 0 134 0 1 0.44 0.06 326.36 1 0.47
Hex EF 0 86 0 64 2C 6 146 64 2F
Octal 357 0 206 0 144 54 6 506 144 57
Binary 11101111 0 10000110 0 1100100 101100 110 101000110 1100100 101111

Color Harmonies of #EF0086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0086

Black with #EF0086

Text Example


Text Example

White with #EF0086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0086; }

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

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

background-color css

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

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

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

border-color css

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

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

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