Html Css Color HEX #EB0CB0 Hollywood Cerise

📋 copy color: '#EB0CB0'

red 235 ◦ green 12 ◦ blue 176

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

Shades of Hollywood Cerise #EB0CB0

Tints of Hollywood Cerise #EB0CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.61%

R = 55.56%
G = 2.84%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EB0CB0 (or 0xEB0CB0) is known color: Hollywood Cerise. HEX triplet: EB, 0C and B0. RGB value is (235,12,176). Sum of RGB (Red+Green+Blue) = 235+12+176=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0CB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0CB0 is #14F34F. Grayscale: #606060. Windows color (decimal): -1373008 or 11537643. OLE color: 11537643.

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

Color convert

RGB 235 12 176 -
CMYK 0 0.95 0.25 0.08
HSL 315.87º 0.9% 0.48% -
HSV(B) 315.87º 0.95% 0.92% -
XYZ 42.23 21.06 42.91 -
YUV 97.37 172.38 226.16 -
System Red Green Blue C M Y K H S L
Decimal 235 12 176 0 0.95 0.25 0.08 315.87 0.9 0.48
Hex EB C B0 0 5F 19 8 13C 5A 30
Octal 353 14 260 0 137 31 10 474 132 60
Binary 11101011 1100 10110000 0 1011111 11001 1000 100111100 1011010 110000

Color Harmonies of #EB0CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0CB0

Black with #EB0CB0

Text Example


Text Example

White with #EB0CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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