Html Css Color HEX #EF0AB0 Hollywood Cerise

📋 copy color: '#EF0AB0'

red 239 ◦ green 10 ◦ blue 176

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

Shades of Hollywood Cerise #EF0AB0

Tints of Hollywood Cerise #EF0AB0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.35%

 BLUE value IS 176 (69.14% from 255) = 41.41%

R = 56.24%
G = 2.35%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF0AB0 (or 0xEF0AB0) is known color: Hollywood Cerise. HEX triplet: EF, 0A and B0. RGB value is (239,10,176). Sum of RGB (Red+Green+Blue) = 239+10+176=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0AB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0AB0 is #10F54F. Grayscale: #606060. Windows color (decimal): -1111376 or 11537135. OLE color: 11537135.

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

Color convert

RGB 239 10 176 -
CMYK 0 0.96 0.26 0.06
HSL 316.51º 0.92% 0.49% -
HSV(B) 316.51º 0.96% 0.94% -
XYZ 43.54 21.7 42.97 -
YUV 97.4 172.37 229 -
System Red Green Blue C M Y K H S L
Decimal 239 10 176 0 0.96 0.26 0.06 316.51 0.92 0.49
Hex EF A B0 0 60 1A 6 13D 5C 31
Octal 357 12 260 0 140 32 6 475 134 61
Binary 11101111 1010 10110000 0 1100000 11010 110 100111101 1011100 110001

Color Harmonies of #EF0AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0AB0

Black with #EF0AB0

Text Example


Text Example

White with #EF0AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0AB0; }

 p { color: rgb(239,10,176); }

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

background-color css

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

 a { background-color: rgb(239,10,176); }

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

border-color css

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

 span { border-color: rgb(239,10,176); }

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