Html Css Color HEX #EB01B2 Hollywood Cerise

📋 copy color: '#EB01B2'

red 235 ◦ green 1 ◦ blue 178

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

Shades of Hollywood Cerise #EB01B2

Tints of Hollywood Cerise #EB01B2

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 178 (69.92% from 255) = 43%

R = 56.76%
G = 0.24%
B = 43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EB01B2 (or 0xEB01B2) is known color: Hollywood Cerise. HEX triplet: EB, 01 and B2. RGB value is (235,1,178). Sum of RGB (Red+Green+Blue) = 235+1+178=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EB01B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB01B2 is #14FE4D. Grayscale: #5A5A5A. Windows color (decimal): -1375822 or 11665899. OLE color: 11665899.

HSL color Cylindrical-coordinate representation of color #EB01B2: hue angle of 314.62º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB01B2 is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 1 178 -
CMYK 0 1.00 0.24 0.08
HSL 314.62º 0.99% 0.46% -
HSV(B) 314.62º 1% 0.92% -
XYZ 42.31 20.9 43.92 -
YUV 91.14 177.02 230.61 -
System Red Green Blue C M Y K H S L
Decimal 235 1 178 0 1.00 0.24 0.08 314.62 0.99 0.46
Hex EB 1 B2 0 64 18 8 13B 63 2E
Octal 353 1 262 0 144 30 10 473 143 56
Binary 11101011 1 10110010 0 1100100 11000 1000 100111011 1100011 101110

Color Harmonies of #EB01B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB01B2

Black with #EB01B2

Text Example


Text Example

White with #EB01B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB01B2; }

 p { color: rgb(235,1,178); }

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

background-color css

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

 a { background-color: rgb(235,1,178); }

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

border-color css

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

 span { border-color: rgb(235,1,178); }

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