#E35D7C

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

Shades of Dark Pink #E35D7C

Tints of Dark Pink #E35D7C

Color information

#E35D7C (or 0xE35D7C) is unknown color: approx Dark Pink. HEX triplet: E3, 5D and 7C. RGB value is (227,93,124). Sum of RGB (Red+Green+Blue) = 227+93+124=444 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.13% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35D7C is #1CA283. Grayscale: #888888. Windows color (decimal): -1876612 or 8150499. OLE color: 8150499.

HSL color Cylindrical-coordinate representation of color #E35D7C: hue angle of 346.12º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35D7C is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB22793124-
CMYK00.590.450.11
HSL346.12º70.53%62.75%-
HSV(B)346.12º59.03%89.02%-
XYZ39.2325.6121.95-
YUV136.6120.89192.48-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.13%
GREEN value IS 93 (36.72% from 255) = 20.95%
BLUE value IS 124 (48.83% from 255) = 27.93%
R=51.13%
G=20.95%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279312400.590.450.11346.1270.5362.75
HexE35D7C03B2DB15a473f
Octal343135174073551353210777
Binary1110001110111011111100011101110110110111010110101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35D7C; }

 p { color: rgb(227,93,124); }

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

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

 a { background-color: rgb(227,93,124); }

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

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

 span { border-color: rgb(227,93,124); }

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