#E15CAD

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

Shades of Hot Pink #E15CAD

Tints of Hot Pink #E15CAD

Color information

#E15CAD (or 0xE15CAD) is unknown color: approx Hot Pink. HEX triplet: E1, 5C and AD. RGB value is (225,92,173). Sum of RGB (Red+Green+Blue) = 225+92+173=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15CAD is #1EA352. Grayscale: #8C8C8C. Windows color (decimal): -2007891 or 11361505. OLE color: 11361505.

HSL color Cylindrical-coordinate representation of color #E15CAD: hue angle of 323.46º 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 #E15CAD is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB22592173-
CMYK00.590.230.12
HSL323.46º68.91%62.16%-
HSV(B)323.46º59.11%88.24%-
XYZ42.4226.6842.45-
YUV141146.06187.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.92%
GREEN value IS 92 (36.33% from 255) = 18.78%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=45.92%
G=18.78%
B=35.31%

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
Decimal2259217300.590.230.12323.4668.9162.16
HexE15CAD03B17C143453e
Octal341134255073271450310576
Binary1110000110111001010110101110111011111001010000111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15CAD; }

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

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

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

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

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

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

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

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