#E3518C

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

Shades of Dark Pink #E3518C

Tints of Dark Pink #E3518C

Color information

#E3518C (or 0xE3518C) is unknown color: approx Dark Pink. HEX triplet: E3, 51 and 8C. RGB value is (227,81,140). Sum of RGB (Red+Green+Blue) = 227+81+140=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E3518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E3518C is #1CAE73. Grayscale: #838383. Windows color (decimal): -1879668 or 9196003. OLE color: 9196003.

HSL color Cylindrical-coordinate representation of color #E3518C: hue angle of 335.75º 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 #E3518C is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB22781140-
CMYK00.640.380.11
HSL335.75º72.28%60.39%-
HSV(B)335.75º64.32%89.02%-
XYZ39.3524.1127.39-
YUV131.38132.87196.2-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.67%
GREEN value IS 81 (32.03% from 255) = 18.08%
BLUE value IS 140 (55.08% from 255) = 31.25%
R=50.67%
G=18.08%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278114000.640.380.11335.7572.2860.39
HexE3518C04026B150483c
Octal3431212140100461352011074
Binary111000111010001100011000100000010011010111010100001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3518C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3518C; }

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

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

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

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

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

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

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

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