Html Css Color HEX #EB0389 Hollywood Cerise

📋 copy color: '#EB0389'

red 235 ◦ green 3 ◦ blue 137

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

Shades of Hollywood Cerise #EB0389

Tints of Hollywood Cerise #EB0389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.53%

R = 62.67%
G = 0.8%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EB0389 (or 0xEB0389) is known color: Hollywood Cerise. HEX triplet: EB, 03 and 89. RGB value is (235,3,137). Sum of RGB (Red+Green+Blue) = 235+3+137=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0389 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0389 is #14FC76. Grayscale: #575757. Windows color (decimal): -1375351 or 8979435. OLE color: 8979435.

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

Color convert

RGB 235 3 137 -
CMYK 0 0.99 0.42 0.08
HSL 325.34º 0.97% 0.47% -
HSV(B) 325.34º 0.99% 0.92% -
XYZ 38.81 19.53 25.39 -
YUV 87.64 155.86 233.1 -
System Red Green Blue C M Y K H S L
Decimal 235 3 137 0 0.99 0.42 0.08 325.34 0.97 0.47
Hex EB 3 89 0 63 2A 8 145 61 2F
Octal 353 3 211 0 143 52 10 505 141 57
Binary 11101011 11 10001001 0 1100011 101010 1000 101000101 1100001 101111

Color Harmonies of #EB0389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0389

Black with #EB0389

Text Example


Text Example

White with #EB0389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0389; }

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

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

background-color css

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

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

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

border-color css

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

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

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