Html Css Color HEX #EF0296 Hollywood Cerise

📋 copy color: '#EF0296'

red 239 ◦ green 2 ◦ blue 150

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

Shades of Hollywood Cerise #EF0296

Tints of Hollywood Cerise #EF0296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 150 (58.98% from 255) = 38.36%

R = 61.13%
G = 0.51%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF0296 (or 0xEF0296) is known color: Hollywood Cerise. HEX triplet: EF, 02 and 96. RGB value is (239,2,150). Sum of RGB (Red+Green+Blue) = 239+2+150=391 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.13% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0296 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0296 is #10FD69. Grayscale: #595959. Windows color (decimal): -1113450 or 9831151. OLE color: 9831151.

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

Color convert

RGB 239 2 150 -
CMYK 0 0.99 0.37 0.06
HSL 322.53º 0.98% 0.47% -
HSV(B) 322.53º 0.99% 0.94% -
XYZ 41.12 20.6 30.66 -
YUV 89.74 162.02 234.47 -
System Red Green Blue C M Y K H S L
Decimal 239 2 150 0 0.99 0.37 0.06 322.53 0.98 0.47
Hex EF 2 96 0 63 25 6 143 62 2F
Octal 357 2 226 0 143 45 6 503 142 57
Binary 11101111 10 10010110 0 1100011 100101 110 101000011 1100010 101111

Color Harmonies of #EF0296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0296

Black with #EF0296

Text Example


Text Example

White with #EF0296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0296; }

 p { color: rgb(239,2,150); }

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

background-color css

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

 a { background-color: rgb(239,2,150); }

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

border-color css

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

 span { border-color: rgb(239,2,150); }

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