#E265AC

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

Shades of Hot Pink #E265AC

Tints of Hot Pink #E265AC

Color information

#E265AC (or 0xE265AC) is unknown color: approx Hot Pink. HEX triplet: E2, 65 and AC. RGB value is (226,101,172). Sum of RGB (Red+Green+Blue) = 226+101+172=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E265AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E265AC is #1D9A53. Grayscale: #929292. Windows color (decimal): -1940052 or 11298274. OLE color: 11298274.

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

Color convert

RGB226101172-
CMYK00.550.240.11
HSL325.92º68.31%64.12%-
HSV(B)325.92º55.31%88.63%-
XYZ43.4628.4542.23-
YUV146.47142.41184.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.29%
GREEN value IS 101 (39.84% from 255) = 20.24%
BLUE value IS 172 (67.58% from 255) = 34.47%
R=45.29%
G=20.24%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610117200.550.240.11325.9268.3164.12
HexE265AC03718B1464440
Octal3421452540673013506104100
Binary11100010110010110101100011011111000101110100011010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E265AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E265AC; }

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

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

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

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

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

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

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

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