#E364AA

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

Shades of Hot Pink #E364AA

Tints of Hot Pink #E364AA

Color information

#E364AA (or 0xE364AA) is unknown color: approx Hot Pink. HEX triplet: E3, 64 and AA. RGB value is (227,100,170). Sum of RGB (Red+Green+Blue) = 227+100+170=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 227 - color contains mainly: red. Hex color #E364AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E364AA is #1C9B55. Grayscale: #919191. Windows color (decimal): -1874774 or 11166947. OLE color: 11166947.

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

Color convert

RGB227100170-
CMYK00.560.250.11
HSL326.93º69.4%64.12%-
HSV(B)326.93º55.95%89.02%-
XYZ43.4928.3541.21-
YUV145.95141.58185.81-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.67%
GREEN value IS 100 (39.45% from 255) = 20.12%
BLUE value IS 170 (66.80% from 255) = 34.21%
R=45.67%
G=20.12%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710017000.560.250.11326.9369.464.12
HexE364AA03819B1474540
Octal3431442520703113507105100
Binary11100011110010010101010011100011001101110100011110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E364AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E364AA; }

 p { color: rgb(227,100,170); }

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

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

 a { background-color: rgb(227,100,170); }

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

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

 span { border-color: rgb(227,100,170); }

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