#E35DAD

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

Shades of Hot Pink #E35DAD

Tints of Hot Pink #E35DAD

Color information

#E35DAD (or 0xE35DAD) is unknown color: approx Hot Pink. HEX triplet: E3, 5D and AD. RGB value is (227,93,173). Sum of RGB (Red+Green+Blue) = 227+93+173=493 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.04% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 227 - color contains mainly: red. Hex color #E35DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35DAD is #1CA252. Grayscale: #8E8E8E. Windows color (decimal): -1876563 or 11361763. OLE color: 11361763.

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

Color convert

RGB22793173-
CMYK00.590.240.11
HSL324.18º70.53%62.75%-
HSV(B)324.18º59.03%89.02%-
XYZ43.1427.1842.51-
YUV142.19145.39188.5-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.04%
GREEN value IS 93 (36.72% from 255) = 18.86%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=46.04%
G=18.86%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279317300.590.240.11324.1870.5362.75
HexE35DAD03B18B144473f
Octal343135255073301350410777
Binary1110001110111011010110101110111100010111010001001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35DAD; }

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

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

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

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

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

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

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

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