#E3517E

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

Shades of Dark Pink #E3517E

Tints of Dark Pink #E3517E

Color information

#E3517E (or 0xE3517E) is unknown color: approx Dark Pink. HEX triplet: E3, 51 and 7E. RGB value is (227,81,126). Sum of RGB (Red+Green+Blue) = 227+81+126=434 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.30% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 227 - color contains mainly: red. Hex color #E3517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3517E is #1CAE81. Grayscale: #818181. Windows color (decimal): -1879682 or 8278499. OLE color: 8278499.

HSL color Cylindrical-coordinate representation of color #E3517E: hue angle of 341.51º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E3517E is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB22781126-
CMYK00.640.440.11
HSL341.51º72.28%60.39%-
HSV(B)341.51º64.32%89.02%-
XYZ38.3923.7222.29-
YUV129.78125.87197.34-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 52.30%
GREEN value IS 81 (32.03% from 255) = 18.66%
BLUE value IS 126 (49.61% from 255) = 29.03%
R=52.30%
G=18.66%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278112600.640.440.11341.5172.2860.39
HexE3517E0402CB156483c
Octal3431211760100541352611074
Binary11100011101000111111100100000010110010111010101101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3517E; }

 p { color: rgb(227,81,126); }

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

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

 a { background-color: rgb(227,81,126); }

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

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

 span { border-color: rgb(227,81,126); }

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