Html Css Color HEX #EB05B2 Hollywood Cerise

📋 copy color: '#EB05B2'

red 235 ◦ green 5 ◦ blue 178

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

Shades of Hollywood Cerise #EB05B2

Tints of Hollywood Cerise #EB05B2

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.2%

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

R = 56.22%
G = 1.2%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EB05B2 (or 0xEB05B2) is known color: Hollywood Cerise. HEX triplet: EB, 05 and B2. RGB value is (235,5,178). Sum of RGB (Red+Green+Blue) = 235+5+178=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 5 (2.34% from 255 or 1.20% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EB05B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB05B2 is #14FA4D. Grayscale: #5D5D5D. Windows color (decimal): -1374798 or 11666923. OLE color: 11666923.

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

Color convert

RGB 235 5 178 -
CMYK 0 0.98 0.24 0.08
HSL 314.87º 0.96% 0.47% -
HSV(B) 314.87º 0.98% 0.92% -
XYZ 42.35 20.99 43.94 -
YUV 93.49 175.7 228.93 -
System Red Green Blue C M Y K H S L
Decimal 235 5 178 0 0.98 0.24 0.08 314.87 0.96 0.47
Hex EB 5 B2 0 62 18 8 13B 60 2F
Octal 353 5 262 0 142 30 10 473 140 57
Binary 11101011 101 10110010 0 1100010 11000 1000 100111011 1100000 101111

Color Harmonies of #EB05B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB05B2

Black with #EB05B2

Text Example


Text Example

White with #EB05B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB05B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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