#E15CB2

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

Shades of Hot Pink #E15CB2

Tints of Hot Pink #E15CB2

Color information

#E15CB2 (or 0xE15CB2) is unknown color: approx Hot Pink. HEX triplet: E1, 5C and B2. RGB value is (225,92,178). Sum of RGB (Red+Green+Blue) = 225+92+178=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15CB2 is #1EA34D. Grayscale: #8D8D8D. Windows color (decimal): -2007886 or 11689185. OLE color: 11689185.

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

Color convert

RGB22592178-
CMYK00.590.210.12
HSL321.2º68.91%62.16%-
HSV(B)321.2º59.11%88.24%-
XYZ42.9126.8845.05-
YUV141.57148.56187.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.45%
GREEN value IS 92 (36.33% from 255) = 18.59%
BLUE value IS 178 (69.92% from 255) = 35.96%
R=45.45%
G=18.59%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259217800.590.210.12321.268.9162.16
HexE15CB203B15C141453e
Octal341134262073251450110576
Binary1110000110111001011001001110111010111001010000011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15CB2; }

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

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

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

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

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

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

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

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