#E35C85

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

Shades of Dark Pink #E35C85

Tints of Dark Pink #E35C85

Color information

#E35C85 (or 0xE35C85) is unknown color: approx Dark Pink. HEX triplet: E3, 5C and 85. RGB value is (227,92,133). Sum of RGB (Red+Green+Blue) = 227+92+133=452 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.22% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35C85 is #1CA37A. Grayscale: #898989. Windows color (decimal): -1876859 or 8740067. OLE color: 8740067.

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

Color convert

RGB22792133-
CMYK00.590.410.11
HSL341.78º70.68%62.55%-
HSV(B)341.78º59.47%89.02%-
XYZ39.7425.6825.05-
YUV137.04125.73192.17-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.22%
GREEN value IS 92 (36.33% from 255) = 20.35%
BLUE value IS 133 (52.34% from 255) = 29.42%
R=50.22%
G=20.35%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279213300.590.410.11341.7870.6862.55
HexE35C8503B29B156473f
Octal343134205073511352610777
Binary11100011101110010000101011101110100110111010101101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35C85; }

 p { color: rgb(227,92,133); }

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

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

 a { background-color: rgb(227,92,133); }

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

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

 span { border-color: rgb(227,92,133); }

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