Html Css Color HEX #EB0CA4 Hollywood Cerise

📋 copy color: '#EB0CA4'

red 235 ◦ green 12 ◦ blue 164

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

Shades of Hollywood Cerise #EB0CA4

Tints of Hollywood Cerise #EB0CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.9%

R = 57.18%
G = 2.92%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EB0CA4 (or 0xEB0CA4) is known color: Hollywood Cerise. HEX triplet: EB, 0C and A4. RGB value is (235,12,164). Sum of RGB (Red+Green+Blue) = 235+12+164=411 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.18% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0CA4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0CA4 is #14F35B. Grayscale: #5F5F5F. Windows color (decimal): -1373020 or 10751211. OLE color: 10751211.

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

Color convert

RGB 235 12 164 -
CMYK 0 0.95 0.30 0.08
HSL 319.1º 0.9% 0.48% -
HSV(B) 319.1º 0.95% 0.92% -
XYZ 41.09 20.61 36.93 -
YUV 96.01 166.38 227.14 -
System Red Green Blue C M Y K H S L
Decimal 235 12 164 0 0.95 0.30 0.08 319.1 0.9 0.48
Hex EB C A4 0 5F 1E 8 13F 5A 30
Octal 353 14 244 0 137 36 10 477 132 60
Binary 11101011 1100 10100100 0 1011111 11110 1000 100111111 1011010 110000

Color Harmonies of #EB0CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0CA4

Black with #EB0CA4

Text Example


Text Example

White with #EB0CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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