#E565AF

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

Shades of Hot Pink #E565AF

Tints of Hot Pink #E565AF

Color information

#E565AF (or 0xE565AF) is unknown color: approx Hot Pink. HEX triplet: E5, 65 and AF. RGB value is (229,101,175). Sum of RGB (Red+Green+Blue) = 229+101+175=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E565AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E565AF is #1A9A50. Grayscale: #939393. Windows color (decimal): -1743441 or 11494885. OLE color: 11494885.

HSL color Cylindrical-coordinate representation of color #E565AF: hue angle of 325.31º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E565AF is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229101175-
CMYK00.560.240.10
HSL325.31º71.11%64.71%-
HSV(B)325.31º55.9%89.8%-
XYZ44.729.0643.81-
YUV147.71143.41185.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.35%
GREEN value IS 101 (39.84% from 255) = 20%
BLUE value IS 175 (68.75% from 255) = 34.65%
R=45.35%
G=20%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910117500.560.240.10325.3171.1164.71
HexE565AF03818A1454741
Octal3451452570703012505107101
Binary11100101110010110101111011100011000101010100010110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E565AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E565AF; }

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

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

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

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

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

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

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

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