Html Css Color HEX #EB0488 Hollywood Cerise

📋 copy color: '#EB0488'

red 235 ◦ green 4 ◦ blue 136

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

Shades of Hollywood Cerise #EB0488

Tints of Hollywood Cerise #EB0488

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.07%

 BLUE value IS 136 (53.52% from 255) = 36.27%

R = 62.67%
G = 1.07%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EB0488 (or 0xEB0488) is known color: Hollywood Cerise. HEX triplet: EB, 04 and 88. RGB value is (235,4,136). Sum of RGB (Red+Green+Blue) = 235+4+136=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0488 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0488 is #14FB77. Grayscale: #575757. Windows color (decimal): -1375096 or 8914155. OLE color: 8914155.

HSL color Cylindrical-coordinate representation of color #EB0488: hue angle of 325.71º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EB0488 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 4 136 -
CMYK 0 0.98 0.42 0.08
HSL 325.71º 0.97% 0.47% -
HSV(B) 325.71º 0.98% 0.92% -
XYZ 38.75 19.53 25.02 -
YUV 88.12 155.03 232.77 -
System Red Green Blue C M Y K H S L
Decimal 235 4 136 0 0.98 0.42 0.08 325.71 0.97 0.47
Hex EB 4 88 0 62 2A 8 146 61 2F
Octal 353 4 210 0 142 52 10 506 141 57
Binary 11101011 100 10001000 0 1100010 101010 1000 101000110 1100001 101111

Color Harmonies of #EB0488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0488

Black with #EB0488

Text Example


Text Example

White with #EB0488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0488; }

 p { color: rgb(235,4,136); }

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

background-color css

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

 a { background-color: rgb(235,4,136); }

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

border-color css

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

 span { border-color: rgb(235,4,136); }

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