Html Css Color HEX #EB03A0 Hollywood Cerise

📋 copy color: '#EB03A0'

red 235 ◦ green 3 ◦ blue 160

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

Shades of Hollywood Cerise #EB03A0

Tints of Hollywood Cerise #EB03A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.2%

R = 59.05%
G = 0.75%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB03A0 (or 0xEB03A0) is known color: Hollywood Cerise. HEX triplet: EB, 03 and A0. RGB value is (235,3,160). Sum of RGB (Red+Green+Blue) = 235+3+160=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 3 (1.56% from 255 or 0.75% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB03A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB03A0 is #14FC5F. Grayscale: #595959. Windows color (decimal): -1375328 or 10486763. OLE color: 10486763.

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

Color convert

RGB 235 3 160 -
CMYK 0 0.99 0.32 0.08
HSL 319.4º 0.97% 0.47% -
HSV(B) 319.4º 0.99% 0.92% -
XYZ 40.64 20.27 35.03 -
YUV 90.27 167.36 231.23 -
System Red Green Blue C M Y K H S L
Decimal 235 3 160 0 0.99 0.32 0.08 319.4 0.97 0.47
Hex EB 3 A0 0 63 20 8 13F 61 2F
Octal 353 3 240 0 143 40 10 477 141 57
Binary 11101011 11 10100000 0 1100011 100000 1000 100111111 1100001 101111

Color Harmonies of #EB03A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB03A0

Black with #EB03A0

Text Example


Text Example

White with #EB03A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB03A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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