Html Css Color HEX #EB02B2 Hollywood Cerise

📋 copy color: '#EB02B2'

red 235 ◦ green 2 ◦ blue 178

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

Shades of Hollywood Cerise #EB02B2

Tints of Hollywood Cerise #EB02B2

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.48%

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

R = 56.63%
G = 0.48%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EB02B2 (or 0xEB02B2) is known color: Hollywood Cerise. HEX triplet: EB, 02 and B2. RGB value is (235,2,178). Sum of RGB (Red+Green+Blue) = 235+2+178=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EB02B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB02B2 is #14FD4D. Grayscale: #5B5B5B. Windows color (decimal): -1375566 or 11666155. OLE color: 11666155.

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

Color convert

RGB 235 2 178 -
CMYK 0 0.99 0.24 0.08
HSL 314.68º 0.98% 0.46% -
HSV(B) 314.68º 0.99% 0.92% -
XYZ 42.32 20.92 43.93 -
YUV 91.73 176.69 230.19 -
System Red Green Blue C M Y K H S L
Decimal 235 2 178 0 0.99 0.24 0.08 314.68 0.98 0.46
Hex EB 2 B2 0 63 18 8 13B 62 2E
Octal 353 2 262 0 143 30 10 473 142 56
Binary 11101011 10 10110010 0 1100011 11000 1000 100111011 1100010 101110

Color Harmonies of #EB02B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB02B2

Black with #EB02B2

Text Example


Text Example

White with #EB02B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB02B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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