Html Css Color HEX #EB088D Hollywood Cerise

📋 copy color: '#EB088D'

red 235 ◦ green 8 ◦ blue 141

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

Shades of Hollywood Cerise #EB088D

Tints of Hollywood Cerise #EB088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.08%

 BLUE value IS 141 (55.47% from 255) = 36.72%

R = 61.2%
G = 2.08%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB088D (or 0xEB088D) is known color: Hollywood Cerise. HEX triplet: EB, 08 and 8D. RGB value is (235,8,141). Sum of RGB (Red+Green+Blue) = 235+8+141=384 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.20% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 235 - color contains mainly: red. Hex color #EB088D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB088D is #14F772. Grayscale: #5A5A5A. Windows color (decimal): -1374067 or 9242859. OLE color: 9242859.

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

Color convert

RGB 235 8 141 -
CMYK 0 0.97 0.4 0.08
HSL 324.85º 0.93% 0.48% -
HSV(B) 324.85º 0.97% 0.92% -
XYZ 39.16 19.76 26.95 -
YUV 91.04 156.21 230.69 -
System Red Green Blue C M Y K H S L
Decimal 235 8 141 0 0.97 0.4 0.08 324.85 0.93 0.48
Hex EB 8 8D 0 61 28 8 145 5D 30
Octal 353 10 215 0 141 50 10 505 135 60
Binary 11101011 1000 10001101 0 1100001 101000 1000 101000101 1011101 110000

Color Harmonies of #EB088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB088D

Black with #EB088D

Text Example


Text Example

White with #EB088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB088D; }

 p { color: rgb(235,8,141); }

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

background-color css

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

 a { background-color: rgb(235,8,141); }

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

border-color css

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

 span { border-color: rgb(235,8,141); }

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