#E265AF

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

Shades of Hot Pink #E265AF

Tints of Hot Pink #E265AF

Color information

#E265AF (or 0xE265AF) is unknown color: approx Hot Pink. HEX triplet: E2, 65 and AF. RGB value is (226,101,175). Sum of RGB (Red+Green+Blue) = 226+101+175=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E265AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E265AF is #1D9A50. Grayscale: #929292. Windows color (decimal): -1940049 or 11494882. OLE color: 11494882.

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

Color convert

RGB226101175-
CMYK00.550.230.11
HSL324.48º68.31%64.12%-
HSV(B)324.48º55.31%88.63%-
XYZ43.7628.5743.77-
YUV146.81143.91184.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.02%
GREEN value IS 101 (39.84% from 255) = 20.12%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=45.02%
G=20.12%
B=34.86%

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
Decimal22610117500.550.230.11324.4868.3164.12
HexE265AF03717B1444440
Octal3421452570672713504104100
Binary11100010110010110101111011011110111101110100010010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E265AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E265AF; }

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

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

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

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

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

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

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

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