#E35C82

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

Shades of Dark Pink #E35C82

Tints of Dark Pink #E35C82

Color information

#E35C82 (or 0xE35C82) is unknown color: approx Dark Pink. HEX triplet: E3, 5C and 82. RGB value is (227,92,130). Sum of RGB (Red+Green+Blue) = 227+92+130=449 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.56% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35C82 is #1CA37D. Grayscale: #888888. Windows color (decimal): -1876862 or 8543459. OLE color: 8543459.

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

Color convert

RGB22792130-
CMYK00.590.430.11
HSL343.11º70.68%62.55%-
HSV(B)343.11º59.47%89.02%-
XYZ39.5325.623.98-
YUV136.7124.23192.41-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.56%
GREEN value IS 92 (36.33% from 255) = 20.49%
BLUE value IS 130 (51.17% from 255) = 28.95%
R=50.56%
G=20.49%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279213000.590.430.11343.1170.6862.55
HexE35C8203B2BB157473f
Octal343134202073531352710777
Binary11100011101110010000010011101110101110111010101111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35C82; }

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

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

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

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

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

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

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

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