Html Css Color HEX #EB008C Hollywood Cerise

📋 copy color: '#EB008C'

red 235 ◦ green 0 ◦ blue 140

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

Shades of Hollywood Cerise #EB008C

Tints of Hollywood Cerise #EB008C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 62.67%
G = 0%
B = 37.33%

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

#EB008C (or 0xEB008C) is known color: Hollywood Cerise. HEX triplet: EB, 00 and 8C. RGB value is (235,0,140). Sum of RGB (Red+Green+Blue) = 235+0+140=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB008C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB008C is #14FF73. Grayscale: #555555. Windows color (decimal): -1376116 or 9175275. OLE color: 9175275.

HSL color Cylindrical-coordinate representation of color #EB008C: hue angle of 324.26º 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 #EB008C is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 0 140 -
CMYK 0 1 0.40 0.08
HSL 324.26º 1% 0.46% -
HSV(B) 324.26º 1% 0.92% -
XYZ 38.99 19.56 26.53 -
YUV 86.23 158.36 234.12 -
System Red Green Blue C M Y K H S L
Decimal 235 0 140 0 1 0.40 0.08 324.26 1 0.46
Hex EB 0 8C 0 64 28 8 144 64 2E
Octal 353 0 214 0 144 50 10 504 144 56
Binary 11101011 0 10001100 0 1100100 101000 1000 101000100 1100100 101110

Color Harmonies of #EB008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB008C

Black with #EB008C

Text Example


Text Example

White with #EB008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB008C; }

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

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

background-color css

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

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

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

border-color css

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

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

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