Html Css Color HEX #EB0390 Hollywood Cerise

📋 copy color: '#EB0390'

red 235 ◦ green 3 ◦ blue 144

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

Shades of Hollywood Cerise #EB0390

Tints of Hollywood Cerise #EB0390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.7%

R = 61.52%
G = 0.79%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB0390 (or 0xEB0390) is known color: Hollywood Cerise. HEX triplet: EB, 03 and 90. RGB value is (235,3,144). Sum of RGB (Red+Green+Blue) = 235+3+144=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0390 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0390 is #14FC6F. Grayscale: #585858. Windows color (decimal): -1375344 or 9438187. OLE color: 9438187.

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

Color convert

RGB 235 3 144 -
CMYK 0 0.99 0.39 0.08
HSL 323.53º 0.97% 0.47% -
HSV(B) 323.53º 0.99% 0.92% -
XYZ 39.33 19.74 28.12 -
YUV 88.44 159.36 232.54 -
System Red Green Blue C M Y K H S L
Decimal 235 3 144 0 0.99 0.39 0.08 323.53 0.97 0.47
Hex EB 3 90 0 63 27 8 144 61 2F
Octal 353 3 220 0 143 47 10 504 141 57
Binary 11101011 11 10010000 0 1100011 100111 1000 101000100 1100001 101111

Color Harmonies of #EB0390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0390

Black with #EB0390

Text Example


Text Example

White with #EB0390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0390; }

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

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

background-color css

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

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

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

border-color css

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

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

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