#E15FB3

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

Shades of Hot Pink #E15FB3

Tints of Hot Pink #E15FB3

Color information

#E15FB3 (or 0xE15FB3) is unknown color: approx Hot Pink. HEX triplet: E1, 5F and B3. RGB value is (225,95,179). Sum of RGB (Red+Green+Blue) = 225+95+179=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E15FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15FB3 is #1EA04C. Grayscale: #8F8F8F. Windows color (decimal): -2007117 or 11755489. OLE color: 11755489.

HSL color Cylindrical-coordinate representation of color #E15FB3: hue angle of 321.23º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15FB3 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB22595179-
CMYK00.580.200.12
HSL321.23º68.42%62.75%-
HSV(B)321.23º57.78%88.24%-
XYZ43.2827.4545.66-
YUV143.45148.07186.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.09%
GREEN value IS 95 (37.5% from 255) = 19.04%
BLUE value IS 179 (70.31% from 255) = 35.87%
R=45.09%
G=19.04%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259517900.580.200.12321.2368.4262.75
HexE15FB303A14C141443f
Octal341137263072241450110477
Binary1110000110111111011001101110101010011001010000011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15FB3; }

 p { color: rgb(225,95,179); }

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

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

 a { background-color: rgb(225,95,179); }

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

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

 span { border-color: rgb(225,95,179); }

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