Html Css Color HEX #EF0B9C Hollywood Cerise

📋 copy color: '#EF0B9C'

red 239 ◦ green 11 ◦ blue 156

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

Shades of Hollywood Cerise #EF0B9C

Tints of Hollywood Cerise #EF0B9C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.71%

 BLUE value IS 156 (61.33% from 255) = 38.42%

R = 58.87%
G = 2.71%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF0B9C (or 0xEF0B9C) is known color: Hollywood Cerise. HEX triplet: EF, 0B and 9C. RGB value is (239,11,156). Sum of RGB (Red+Green+Blue) = 239+11+156=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0B9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0B9C is #10F463. Grayscale: #5F5F5F. Windows color (decimal): -1111140 or 10226671. OLE color: 10226671.

HSL color Cylindrical-coordinate representation of color #EF0B9C: hue angle of 321.84º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0B9C is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 11 156 -
CMYK 0 0.95 0.35 0.06
HSL 321.84º 0.91% 0.49% -
HSV(B) 321.84º 0.95% 0.94% -
XYZ 41.72 20.99 33.31 -
YUV 95.7 162.04 230.21 -
System Red Green Blue C M Y K H S L
Decimal 239 11 156 0 0.95 0.35 0.06 321.84 0.91 0.49
Hex EF B 9C 0 5F 23 6 142 5B 31
Octal 357 13 234 0 137 43 6 502 133 61
Binary 11101111 1011 10011100 0 1011111 100011 110 101000010 1011011 110001

Color Harmonies of #EF0B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0B9C

Black with #EF0B9C

Text Example


Text Example

White with #EF0B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0B9C; }

 p { color: rgb(239,11,156); }

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

background-color css

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

 a { background-color: rgb(239,11,156); }

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

border-color css

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

 span { border-color: rgb(239,11,156); }

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