Html Css Color HEX #EF0192 Hollywood Cerise

📋 copy color: '#EF0192'

red 239 ◦ green 1 ◦ blue 146

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

Shades of Hollywood Cerise #EF0192

Tints of Hollywood Cerise #EF0192

RGB

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

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

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

R = 61.92%
G = 0.26%
B = 37.82%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF0192 (or 0xEF0192) is known color: Hollywood Cerise. HEX triplet: EF, 01 and 92. RGB value is (239,1,146). Sum of RGB (Red+Green+Blue) = 239+1+146=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0192 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0192 is #10FE6D. Grayscale: #585858. Windows color (decimal): -1113710 or 9568751. OLE color: 9568751.

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

Color convert

RGB 239 1 146 -
CMYK 0 1.00 0.39 0.06
HSL 323.45º 0.99% 0.47% -
HSV(B) 323.45º 1% 0.94% -
XYZ 40.8 20.45 28.99 -
YUV 88.69 160.35 235.21 -
System Red Green Blue C M Y K H S L
Decimal 239 1 146 0 1.00 0.39 0.06 323.45 0.99 0.47
Hex EF 1 92 0 64 27 6 143 63 2F
Octal 357 1 222 0 144 47 6 503 143 57
Binary 11101111 1 10010010 0 1100100 100111 110 101000011 1100011 101111

Color Harmonies of #EF0192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0192

Black with #EF0192

Text Example


Text Example

White with #EF0192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0192; }

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

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

background-color css

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

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

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

border-color css

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

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

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