Html Css Color HEX #EB039A Hollywood Cerise

📋 copy color: '#EB039A'

red 235 ◦ green 3 ◦ blue 154

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

Shades of Hollywood Cerise #EB039A

Tints of Hollywood Cerise #EB039A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.29%

R = 59.95%
G = 0.77%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB039A (or 0xEB039A) is known color: Hollywood Cerise. HEX triplet: EB, 03 and 9A. RGB value is (235,3,154). Sum of RGB (Red+Green+Blue) = 235+3+154=392 (51% of max value = 765). Red value is 235 (92.19% from 255 or 59.95% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 235 - color contains mainly: red. Hex color #EB039A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB039A is #14FC65. Grayscale: #595959. Windows color (decimal): -1375334 or 10093547. OLE color: 10093547.

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

Color convert

RGB 235 3 154 -
CMYK 0 0.99 0.34 0.08
HSL 320.95º 0.97% 0.47% -
HSV(B) 320.95º 0.99% 0.92% -
XYZ 40.13 20.06 32.33 -
YUV 89.58 164.36 231.72 -
System Red Green Blue C M Y K H S L
Decimal 235 3 154 0 0.99 0.34 0.08 320.95 0.97 0.47
Hex EB 3 9A 0 63 22 8 141 61 2F
Octal 353 3 232 0 143 42 10 501 141 57
Binary 11101011 11 10011010 0 1100011 100010 1000 101000001 1100001 101111

Color Harmonies of #EB039A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB039A

Black with #EB039A

Text Example


Text Example

White with #EB039A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB039A; }

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

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

background-color css

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

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

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

border-color css

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

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

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