#e15f7a

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

Shades of Dark Pink #E15F7A

Tints of Dark Pink #E15F7A

Color information

#E15F7A (or 0xE15F7A) is unknown color: approx Dark Pink. HEX triplet: E1, 5F and 7A. RGB value is (225,95,122). Sum of RGB (Red+Green+Blue) = 225+95+122=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15F7A is #1EA085. Grayscale: #888888. Windows color (decimal): -2007174 or 8019937. OLE color: 8019937.

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

Color convert

RGB22595122-
CMYK00.580.460.12
HSL347.54º68.42%62.75%-
HSV(B)347.54º57.78%88.24%-
XYZ38.6625.621.32-
YUV136.95119.57190.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.90%
GREEN value IS 95 (37.5% from 255) = 21.49%
BLUE value IS 122 (48.05% from 255) = 27.60%
R=50.90%
G=21.49%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259512200.580.460.12347.5468.4262.75
HexE15F7A03A2EC15c443f
Octal341137172072561453410477
Binary1110000110111111111010011101010111011001010111001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e15f7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e15f7a; }

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

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

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

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

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

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

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

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