Html Css Color HEX #EB0FA0 Hollywood Cerise

📋 copy color: '#EB0FA0'

red 235 ◦ green 15 ◦ blue 160

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

Shades of Hollywood Cerise #EB0FA0

Tints of Hollywood Cerise #EB0FA0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.66%

 BLUE value IS 160 (62.89% from 255) = 39.02%

R = 57.32%
G = 3.66%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB0FA0 (or 0xEB0FA0) is known color: Hollywood Cerise. HEX triplet: EB, 0F and A0. RGB value is (235,15,160). Sum of RGB (Red+Green+Blue) = 235+15+160=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0FA0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0FA0 is #14F05F. Grayscale: #606060. Windows color (decimal): -1372256 or 10489835. OLE color: 10489835.

HSL color Cylindrical-coordinate representation of color #EB0FA0: hue angle of 320.45º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0FA0 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 15 160 -
CMYK 0 0.94 0.32 0.08
HSL 320.45º 0.88% 0.49% -
HSV(B) 320.45º 0.94% 0.92% -
XYZ 40.78 20.54 35.07 -
YUV 97.31 163.39 226.21 -
System Red Green Blue C M Y K H S L
Decimal 235 15 160 0 0.94 0.32 0.08 320.45 0.88 0.49
Hex EB F A0 0 5E 20 8 140 58 31
Octal 353 17 240 0 136 40 10 500 130 61
Binary 11101011 1111 10100000 0 1011110 100000 1000 101000000 1011000 110001

Color Harmonies of #EB0FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0FA0

Black with #EB0FA0

Text Example


Text Example

White with #EB0FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0FA0; }

 p { color: rgb(235,15,160); }

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

background-color css

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

 a { background-color: rgb(235,15,160); }

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

border-color css

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

 span { border-color: rgb(235,15,160); }

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