Html Css Color HEX #EB0A94 Hollywood Cerise

📋 copy color: '#EB0A94'

red 235 ◦ green 10 ◦ blue 148

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

Shades of Hollywood Cerise #EB0A94

Tints of Hollywood Cerise #EB0A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.66%

R = 59.8%
G = 2.54%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EB0A94 (or 0xEB0A94) is known color: Hollywood Cerise. HEX triplet: EB, 0A and 94. RGB value is (235,10,148). Sum of RGB (Red+Green+Blue) = 235+10+148=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A94 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0A94 is #14F56B. Grayscale: #5C5C5C. Windows color (decimal): -1373548 or 9702123. OLE color: 9702123.

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

Color convert

RGB 235 10 148 -
CMYK 0 0.96 0.37 0.08
HSL 323.2º 0.92% 0.48% -
HSV(B) 323.2º 0.96% 0.92% -
XYZ 39.71 20.02 29.79 -
YUV 93.01 159.04 229.28 -
System Red Green Blue C M Y K H S L
Decimal 235 10 148 0 0.96 0.37 0.08 323.2 0.92 0.48
Hex EB A 94 0 60 25 8 143 5C 30
Octal 353 12 224 0 140 45 10 503 134 60
Binary 11101011 1010 10010100 0 1100000 100101 1000 101000011 1011100 110000

Color Harmonies of #EB0A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0A94

Black with #EB0A94

Text Example


Text Example

White with #EB0A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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