Html Css Color HEX #EB019B Hollywood Cerise

📋 copy color: '#EB019B'

red 235 ◦ green 1 ◦ blue 155

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

Shades of Hollywood Cerise #EB019B

Tints of Hollywood Cerise #EB019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.64%

R = 60.1%
G = 0.26%
B = 39.64%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB019B (or 0xEB019B) is known color: Hollywood Cerise. HEX triplet: EB, 01 and 9B. RGB value is (235,1,155). Sum of RGB (Red+Green+Blue) = 235+1+155=391 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.10% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 235 - color contains mainly: red. Hex color #EB019B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB019B is #14FE64. Grayscale: #585858. Windows color (decimal): -1375845 or 10158571. OLE color: 10158571.

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

Color convert

RGB 235 1 155 -
CMYK 0 1.00 0.34 0.08
HSL 320.51º 0.99% 0.46% -
HSV(B) 320.51º 1% 0.92% -
XYZ 40.19 20.05 32.76 -
YUV 88.52 165.52 232.48 -
System Red Green Blue C M Y K H S L
Decimal 235 1 155 0 1.00 0.34 0.08 320.51 0.99 0.46
Hex EB 1 9B 0 64 22 8 141 63 2E
Octal 353 1 233 0 144 42 10 501 143 56
Binary 11101011 1 10011011 0 1100100 100010 1000 101000001 1100011 101110

Color Harmonies of #EB019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB019B

Black with #EB019B

Text Example


Text Example

White with #EB019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB019B; }

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

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

background-color css

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

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

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

border-color css

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

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

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