Html Css Color HEX #EB0CA2 Hollywood Cerise

📋 copy color: '#EB0CA2'

red 235 ◦ green 12 ◦ blue 162

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

Shades of Hollywood Cerise #EB0CA2

Tints of Hollywood Cerise #EB0CA2

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.93%

 BLUE value IS 162 (63.67% from 255) = 39.61%

R = 57.46%
G = 2.93%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB0CA2 (or 0xEB0CA2) is known color: Hollywood Cerise. HEX triplet: EB, 0C and A2. RGB value is (235,12,162). Sum of RGB (Red+Green+Blue) = 235+12+162=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0CA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0CA2 is #14F35D. Grayscale: #5F5F5F. Windows color (decimal): -1373022 or 10620139. OLE color: 10620139.

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

Color convert

RGB 235 12 162 -
CMYK 0 0.95 0.31 0.08
HSL 319.64º 0.9% 0.48% -
HSV(B) 319.64º 0.95% 0.92% -
XYZ 40.91 20.53 35.99 -
YUV 95.78 165.38 227.3 -
System Red Green Blue C M Y K H S L
Decimal 235 12 162 0 0.95 0.31 0.08 319.64 0.9 0.48
Hex EB C A2 0 5F 1F 8 140 5A 30
Octal 353 14 242 0 137 37 10 500 132 60
Binary 11101011 1100 10100010 0 1011111 11111 1000 101000000 1011010 110000

Color Harmonies of #EB0CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0CA2

Black with #EB0CA2

Text Example


Text Example

White with #EB0CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0CA2; }

 p { color: rgb(235,12,162); }

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

background-color css

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

 a { background-color: rgb(235,12,162); }

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

border-color css

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

 span { border-color: rgb(235,12,162); }

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