Html Css Color HEX #EB008E Hollywood Cerise

📋 copy color: '#EB008E'

red 235 ◦ green 0 ◦ blue 142

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

Shades of Hollywood Cerise #EB008E

Tints of Hollywood Cerise #EB008E

RGB

 RED value IS 235 (92.19% from 255) = 62.33%

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

 BLUE value IS 142 (55.86% from 255) = 37.67%

R = 62.33%
G = 0%
B = 37.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB008E (or 0xEB008E) is known color: Hollywood Cerise. HEX triplet: EB, 00 and 8E. RGB value is (235,0,142). Sum of RGB (Red+Green+Blue) = 235+0+142=377 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.33% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 235 - color contains mainly: red. Hex color #EB008E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB008E is #14FF71. Grayscale: #565656. Windows color (decimal): -1376114 or 9306347. OLE color: 9306347.

HSL color Cylindrical-coordinate representation of color #EB008E: hue angle of 323.74º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB008E is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 0 142 -
CMYK 0 1 0.40 0.08
HSL 323.74º 1% 0.46% -
HSV(B) 323.74º 1% 0.92% -
XYZ 39.14 19.62 27.31 -
YUV 86.45 159.36 233.95 -
System Red Green Blue C M Y K H S L
Decimal 235 0 142 0 1 0.40 0.08 323.74 1 0.46
Hex EB 0 8E 0 64 28 8 144 64 2E
Octal 353 0 216 0 144 50 10 504 144 56
Binary 11101011 0 10001110 0 1100100 101000 1000 101000100 1100100 101110

Color Harmonies of #EB008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB008E

Black with #EB008E

Text Example


Text Example

White with #EB008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB008E; }

 p { color: rgb(235,0,142); }

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

background-color css

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

 a { background-color: rgb(235,0,142); }

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

border-color css

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

 span { border-color: rgb(235,0,142); }

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