Html Css Color HEX #EB04B1 Hollywood Cerise

📋 copy color: '#EB04B1'

red 235 ◦ green 4 ◦ blue 177

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

Shades of Hollywood Cerise #EB04B1

Tints of Hollywood Cerise #EB04B1

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.96%

 BLUE value IS 177 (69.53% from 255) = 42.55%

R = 56.49%
G = 0.96%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EB04B1 (or 0xEB04B1) is known color: Hollywood Cerise. HEX triplet: EB, 04 and B1. RGB value is (235,4,177). Sum of RGB (Red+Green+Blue) = 235+4+177=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 4 (1.95% from 255 or 0.96% from 416); Blue value is 177 (69.53% from 255 or 42.55% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB04B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB04B1 is #14FB4E. Grayscale: #5C5C5C. Windows color (decimal): -1375055 or 11601131. OLE color: 11601131.

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

Color convert

RGB 235 4 177 -
CMYK 0 0.98 0.25 0.08
HSL 315.06º 0.97% 0.47% -
HSV(B) 315.06º 0.98% 0.92% -
XYZ 42.24 20.92 43.41 -
YUV 92.79 175.53 229.43 -
System Red Green Blue C M Y K H S L
Decimal 235 4 177 0 0.98 0.25 0.08 315.06 0.97 0.47
Hex EB 4 B1 0 62 19 8 13B 61 2F
Octal 353 4 261 0 142 31 10 473 141 57
Binary 11101011 100 10110001 0 1100010 11001 1000 100111011 1100001 101111

Color Harmonies of #EB04B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB04B1

Black with #EB04B1

Text Example


Text Example

White with #EB04B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB04B1; }

 p { color: rgb(235,4,177); }

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

background-color css

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

 a { background-color: rgb(235,4,177); }

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

border-color css

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

 span { border-color: rgb(235,4,177); }

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