#E15CAE

Color #E15CAE Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #E15CAE

Tints of Hot Pink #E15CAE

Color information

#E15CAE (or 0xE15CAE) is unknown color: approx Hot Pink. HEX triplet: E1, 5C and AE. RGB value is (225,92,174). Sum of RGB (Red+Green+Blue) = 225+92+174=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15CAE is #1EA351. Grayscale: #8C8C8C. Windows color (decimal): -2007890 or 11427041. OLE color: 11427041.

HSL color Cylindrical-coordinate representation of color #E15CAE: hue angle of 323.01º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15CAE is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB22592174-
CMYK00.590.230.12
HSL323.01º68.91%62.16%-
HSV(B)323.01º59.11%88.24%-
XYZ42.5226.7242.96-
YUV141.12146.56187.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.82%
GREEN value IS 92 (36.33% from 255) = 18.74%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=45.82%
G=18.74%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259217400.590.230.12323.0168.9162.16
HexE15CAE03B17C143453e
Octal341134256073271450310576
Binary1110000110111001010111001110111011111001010000111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15CAE; }

 p { color: rgb(225,92,174); }

 H1.HeaderClassName
 {
   color: #E15CAE;
 }
 .AnyTagClassName
 {
   color: #E15CAE;
 }
</style>
background-color css

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

 a { background-color: rgb(225,92,174); }

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

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

 span { border-color: rgb(225,92,174); }

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