Html Css Color HEX #EF0092 Hollywood Cerise

📋 copy color: '#EF0092'

red 239 ◦ green 0 ◦ blue 146

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

Shades of Hollywood Cerise #EF0092

Tints of Hollywood Cerise #EF0092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.92%

R = 62.08%
G = 0%
B = 37.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF0092 (or 0xEF0092) is known color: Hollywood Cerise. HEX triplet: EF, 00 and 92. RGB value is (239,0,146). Sum of RGB (Red+Green+Blue) = 239+0+146=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0092 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0092 is #10FF6D. Grayscale: #575757. Windows color (decimal): -1113966 or 9568495. OLE color: 9568495.

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

Color convert

RGB 239 0 146 -
CMYK 0 1 0.39 0.06
HSL 323.35º 1% 0.47% -
HSV(B) 323.35º 1% 0.94% -
XYZ 40.78 20.43 28.99 -
YUV 88.11 160.68 235.63 -
System Red Green Blue C M Y K H S L
Decimal 239 0 146 0 1 0.39 0.06 323.35 1 0.47
Hex EF 0 92 0 64 27 6 143 64 2F
Octal 357 0 222 0 144 47 6 503 144 57
Binary 11101111 0 10010010 0 1100100 100111 110 101000011 1100100 101111

Color Harmonies of #EF0092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0092

Black with #EF0092

Text Example


Text Example

White with #EF0092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0092; }

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

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

background-color css

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

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

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

border-color css

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

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

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