Html Css Color HEX #E2019B Hollywood Cerise

📋 copy color: '#E2019B'

red 226 ◦ green 1 ◦ blue 155

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

Shades of Hollywood Cerise #E2019B

Tints of Hollywood Cerise #E2019B

RGB

 RED value IS 226 (88.67% from 255) = 59.16%

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

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

R = 59.16%
G = 0.26%
B = 40.58%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2019B (or 0xE2019B) is known color: Hollywood Cerise. HEX triplet: E2, 01 and 9B. RGB value is (226,1,155). Sum of RGB (Red+Green+Blue) = 226+1+155=382 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.16% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 226 - color contains mainly: red. Hex color #E2019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2019B is #1DFE64. Grayscale: #555555. Windows color (decimal): -1965669 or 10158562. OLE color: 10158562.

HSL color Cylindrical-coordinate representation of color #E2019B: hue angle of 318.93º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2019B is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 1 155 -
CMYK 0 1.00 0.31 0.11
HSL 318.93º 0.99% 0.45% -
HSV(B) 318.93º 1% 0.89% -
XYZ 37.29 18.56 32.63 -
YUV 85.83 167.04 227.98 -
System Red Green Blue C M Y K H S L
Decimal 226 1 155 0 1.00 0.31 0.11 318.93 0.99 0.45
Hex E2 1 9B 0 64 1F B 13F 63 2D
Octal 342 1 233 0 144 37 13 477 143 55
Binary 11100010 1 10011011 0 1100100 11111 1011 100111111 1100011 101101

Color Harmonies of #E2019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2019B

Black with #E2019B

Text Example


Text Example

White with #E2019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2019B; }

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

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

background-color css

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

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

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

border-color css

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

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

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