Html Css Color HEX #E2029A Hollywood Cerise

📋 copy color: '#E2029A'

red 226 ◦ green 2 ◦ blue 154

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

Shades of Hollywood Cerise #E2029A

Tints of Hollywood Cerise #E2029A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.31%

R = 59.16%
G = 0.52%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E2029A (or 0xE2029A) is known color: Hollywood Cerise. HEX triplet: E2, 02 and 9A. RGB value is (226,2,154). Sum of RGB (Red+Green+Blue) = 226+2+154=382 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.16% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 226 - color contains mainly: red. Hex color #E2029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2029A is #1DFD65. Grayscale: #555555. Windows color (decimal): -1965414 or 10093282. OLE color: 10093282.

HSL color Cylindrical-coordinate representation of color #E2029A: hue angle of 319.29º 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 #E2029A is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 2 154 -
CMYK 0 0.99 0.32 0.11
HSL 319.29º 0.98% 0.45% -
HSV(B) 319.29º 0.99% 0.89% -
XYZ 37.22 18.55 32.19 -
YUV 86.3 166.21 227.64 -
System Red Green Blue C M Y K H S L
Decimal 226 2 154 0 0.99 0.32 0.11 319.29 0.98 0.45
Hex E2 2 9A 0 63 20 B 13F 62 2D
Octal 342 2 232 0 143 40 13 477 142 55
Binary 11100010 10 10011010 0 1100011 100000 1011 100111111 1100010 101101

Color Harmonies of #E2029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2029A

Black with #E2029A

Text Example


Text Example

White with #E2029A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2029A; }

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

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

background-color css

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

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

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

border-color css

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

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

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