#E265AE

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

Shades of Hot Pink #E265AE

Tints of Hot Pink #E265AE

Color information

#E265AE (or 0xE265AE) is unknown color: approx Hot Pink. HEX triplet: E2, 65 and AE. RGB value is (226,101,174). Sum of RGB (Red+Green+Blue) = 226+101+174=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E265AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E265AE is #1D9A51. Grayscale: #929292. Windows color (decimal): -1940050 or 11429346. OLE color: 11429346.

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

Color convert

RGB226101174-
CMYK00.550.230.11
HSL324.96º68.31%64.12%-
HSV(B)324.96º55.31%88.63%-
XYZ43.6628.5343.25-
YUV146.7143.41184.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.11%
GREEN value IS 101 (39.84% from 255) = 20.16%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=45.11%
G=20.16%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610117400.550.230.11324.9668.3164.12
HexE265AE03717B1454440
Octal3421452560672713505104100
Binary11100010110010110101110011011110111101110100010110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E265AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E265AE; }

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

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

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

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

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

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

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

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