#e35285

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

Shades of Dark Pink #E35285

Tints of Dark Pink #E35285

Color information

#E35285 (or 0xE35285) is unknown color: approx Dark Pink. HEX triplet: E3, 52 and 85. RGB value is (227,82,133). Sum of RGB (Red+Green+Blue) = 227+82+133=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E35285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35285 is #1CAD7A. Grayscale: #838383. Windows color (decimal): -1879419 or 8737507. OLE color: 8737507.

HSL color Cylindrical-coordinate representation of color #E35285: hue angle of 338.9º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E35285 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB22782133-
CMYK00.640.410.11
HSL338.9º72.14%60.59%-
HSV(B)338.9º63.88%89.02%-
XYZ38.9324.0624.78-
YUV131.17129.04196.35-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.36%
GREEN value IS 82 (32.42% from 255) = 18.55%
BLUE value IS 133 (52.34% from 255) = 30.09%
R=51.36%
G=18.55%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278213300.640.410.11338.972.1460.59
HexE3528504029B153483d
Octal3431222050100511352311075
Binary111000111010010100001010100000010100110111010100111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e35285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e35285; }

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

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

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

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

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

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

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

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