#E35490

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

Shades of Dark Pink #E35490

Tints of Dark Pink #E35490

Color information

#E35490 (or 0xE35490) is unknown color: approx Dark Pink. HEX triplet: E3, 54 and 90. RGB value is (227,84,144). Sum of RGB (Red+Green+Blue) = 227+84+144=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E35490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35490 is #1CAB6F. Grayscale: #858585. Windows color (decimal): -1878896 or 9458915. OLE color: 9458915.

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

Color convert

RGB22784144-
CMYK00.630.370.11
HSL334.83º71.86%60.98%-
HSV(B)334.83º63%89.02%-
XYZ39.8824.6929.05-
YUV133.6133.88194.62-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.89%
GREEN value IS 84 (33.20% from 255) = 18.46%
BLUE value IS 144 (56.64% from 255) = 31.65%
R=49.89%
G=18.46%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278414400.630.370.11334.8371.8660.98
HexE3549003F25B14f483d
Octal343124220077451351711075
Binary11100011101010010010000011111110010110111010011111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35490; }

 p { color: rgb(227,84,144); }

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

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

 a { background-color: rgb(227,84,144); }

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

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

 span { border-color: rgb(227,84,144); }

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