Html Css Color HEX #E402AE Hollywood Cerise

📋 copy color: '#E402AE'

red 228 ◦ green 2 ◦ blue 174

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

Shades of Hollywood Cerise #E402AE

Tints of Hollywood Cerise #E402AE

RGB

 RED value IS 228 (89.45% from 255) = 56.44%

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

 BLUE value IS 174 (68.36% from 255) = 43.07%

R = 56.44%
G = 0.5%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E402AE (or 0xE402AE) is known color: Hollywood Cerise. HEX triplet: E4, 02 and AE. RGB value is (228,2,174). Sum of RGB (Red+Green+Blue) = 228+2+174=404 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.44% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 228 - color contains mainly: red. Hex color #E402AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E402AE is #1BFD51. Grayscale: #585858. Windows color (decimal): -1834322 or 11404004. OLE color: 11404004.

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

Color convert

RGB 228 2 174 -
CMYK 0 0.99 0.24 0.11
HSL 314.34º 0.98% 0.45% -
HSV(B) 314.34º 0.99% 0.89% -
XYZ 39.66 19.59 41.74 -
YUV 89.18 175.87 227.01 -
System Red Green Blue C M Y K H S L
Decimal 228 2 174 0 0.99 0.24 0.11 314.34 0.98 0.45
Hex E4 2 AE 0 63 18 B 13A 62 2D
Octal 344 2 256 0 143 30 13 472 142 55
Binary 11100100 10 10101110 0 1100011 11000 1011 100111010 1100010 101101

Color Harmonies of #E402AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E402AE

Black with #E402AE

Text Example


Text Example

White with #E402AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E402AE; }

 p { color: rgb(228,2,174); }

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

background-color css

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

 a { background-color: rgb(228,2,174); }

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

border-color css

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

 span { border-color: rgb(228,2,174); }

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