#E264AC

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

Shades of Hot Pink #E264AC

Tints of Hot Pink #E264AC

Color information

#E264AC (or 0xE264AC) is unknown color: approx Hot Pink. HEX triplet: E2, 64 and AC. RGB value is (226,100,172). Sum of RGB (Red+Green+Blue) = 226+100+172=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E264AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E264AC is #1D9B53. Grayscale: #919191. Windows color (decimal): -1940308 or 11298018. OLE color: 11298018.

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

Color convert

RGB226100172-
CMYK00.560.240.11
HSL325.71º68.48%63.92%-
HSV(B)325.71º55.75%88.63%-
XYZ43.3728.2642.2-
YUV145.88142.74185.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.38%
GREEN value IS 100 (39.45% from 255) = 20.08%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=45.38%
G=20.08%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610017200.560.240.11325.7168.4863.92
HexE264AC03818B1464440
Octal3421442540703013506104100
Binary11100010110010010101100011100011000101110100011010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E264AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E264AC; }

 p { color: rgb(226,100,172); }

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

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

 a { background-color: rgb(226,100,172); }

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

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

 span { border-color: rgb(226,100,172); }

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