Html Css Color HEX #E2029D Hollywood Cerise

📋 copy color: '#E2029D'

red 226 ◦ green 2 ◦ blue 157

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

Shades of Hollywood Cerise #E2029D

Tints of Hollywood Cerise #E2029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.78%

R = 58.7%
G = 0.52%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2029D (or 0xE2029D) is known color: Hollywood Cerise. HEX triplet: E2, 02 and 9D. RGB value is (226,2,157). Sum of RGB (Red+Green+Blue) = 226+2+157=385 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.70% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 226 - color contains mainly: red. Hex color #E2029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2029D is #1DFD62. Grayscale: #565656. Windows color (decimal): -1965411 or 10289890. OLE color: 10289890.

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

Color convert

RGB 226 2 157 -
CMYK 0 0.99 0.31 0.11
HSL 318.48º 0.98% 0.45% -
HSV(B) 318.48º 0.99% 0.89% -
XYZ 37.47 18.65 33.52 -
YUV 86.65 167.71 227.4 -
System Red Green Blue C M Y K H S L
Decimal 226 2 157 0 0.99 0.31 0.11 318.48 0.98 0.45
Hex E2 2 9D 0 63 1F B 13E 62 2D
Octal 342 2 235 0 143 37 13 476 142 55
Binary 11100010 10 10011101 0 1100011 11111 1011 100111110 1100010 101101

Color Harmonies of #E2029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2029D

Black with #E2029D

Text Example


Text Example

White with #E2029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2029D; }

 p { color: rgb(226,2,157); }

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

background-color css

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

 a { background-color: rgb(226,2,157); }

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

border-color css

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

 span { border-color: rgb(226,2,157); }

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