Html Css Color HEX #EB0A90 Hollywood Cerise

📋 copy color: '#EB0A90'

red 235 ◦ green 10 ◦ blue 144

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

Shades of Hollywood Cerise #EB0A90

Tints of Hollywood Cerise #EB0A90

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.57%

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

R = 60.41%
G = 2.57%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB0A90 (or 0xEB0A90) is known color: Hollywood Cerise. HEX triplet: EB, 0A and 90. RGB value is (235,10,144). Sum of RGB (Red+Green+Blue) = 235+10+144=389 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.41% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0A90 is #14F56F. Grayscale: #5C5C5C. Windows color (decimal): -1373552 or 9439979. OLE color: 9439979.

HSL color Cylindrical-coordinate representation of color #EB0A90: hue angle of 324.27º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB0A90 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 10 144 -
CMYK 0 0.96 0.39 0.08
HSL 324.27º 0.92% 0.48% -
HSV(B) 324.27º 0.96% 0.92% -
XYZ 39.4 19.89 28.15 -
YUV 92.55 157.04 229.6 -
System Red Green Blue C M Y K H S L
Decimal 235 10 144 0 0.96 0.39 0.08 324.27 0.92 0.48
Hex EB A 90 0 60 27 8 144 5C 30
Octal 353 12 220 0 140 47 10 504 134 60
Binary 11101011 1010 10010000 0 1100000 100111 1000 101000100 1011100 110000

Color Harmonies of #EB0A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0A90

Black with #EB0A90

Text Example


Text Example

White with #EB0A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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