Html Css Color HEX #EB039D Hollywood Cerise

📋 copy color: '#EB039D'

red 235 ◦ green 3 ◦ blue 157

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

Shades of Hollywood Cerise #EB039D

Tints of Hollywood Cerise #EB039D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.76%

 BLUE value IS 157 (61.72% from 255) = 39.75%

R = 59.49%
G = 0.76%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB039D (or 0xEB039D) is known color: Hollywood Cerise. HEX triplet: EB, 03 and 9D. RGB value is (235,3,157). Sum of RGB (Red+Green+Blue) = 235+3+157=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EB039D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB039D is #14FC62. Grayscale: #595959. Windows color (decimal): -1375331 or 10290155. OLE color: 10290155.

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

Color convert

RGB 235 3 157 -
CMYK 0 0.99 0.33 0.08
HSL 320.17º 0.97% 0.47% -
HSV(B) 320.17º 0.99% 0.92% -
XYZ 40.38 20.16 33.66 -
YUV 89.92 165.86 231.48 -
System Red Green Blue C M Y K H S L
Decimal 235 3 157 0 0.99 0.33 0.08 320.17 0.97 0.47
Hex EB 3 9D 0 63 21 8 140 61 2F
Octal 353 3 235 0 143 41 10 500 141 57
Binary 11101011 11 10011101 0 1100011 100001 1000 101000000 1100001 101111

Color Harmonies of #EB039D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB039D

Black with #EB039D

Text Example


Text Example

White with #EB039D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB039D; }

 p { color: rgb(235,3,157); }

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

background-color css

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

 a { background-color: rgb(235,3,157); }

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

border-color css

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

 span { border-color: rgb(235,3,157); }

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