#E35D78

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

Shades of Dark Pink #E35D78

Tints of Dark Pink #E35D78

Color information

#E35D78 (or 0xE35D78) is unknown color: approx Dark Pink. HEX triplet: E3, 5D and 78. RGB value is (227,93,120). Sum of RGB (Red+Green+Blue) = 227+93+120=440 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.59% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35D78 is #1CA287. Grayscale: #888888. Windows color (decimal): -1876616 or 7888355. OLE color: 7888355.

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

Color convert

RGB22793120-
CMYK00.590.470.11
HSL347.91º70.53%62.75%-
HSV(B)347.91º59.03%89.02%-
XYZ38.9825.5220.64-
YUV136.14118.89192.8-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.59%
GREEN value IS 93 (36.72% from 255) = 21.14%
BLUE value IS 120 (47.27% from 255) = 27.27%
R=51.59%
G=21.14%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279312000.590.470.11347.9170.5362.75
HexE35D7803B2FB15c473f
Octal343135170073571353410777
Binary1110001110111011111000011101110111110111010111001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35D78; }

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

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

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

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

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

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

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

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