#E769AE

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

Shades of Hot Pink #E769AE

Tints of Hot Pink #E769AE

Color information

#E769AE (or 0xE769AE) is unknown color: approx Hot Pink. HEX triplet: E7, 69 and AE. RGB value is (231,105,174). Sum of RGB (Red+Green+Blue) = 231+105+174=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E769AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E769AE is #189651. Grayscale: #969696. Windows color (decimal): -1611346 or 11430375. OLE color: 11430375.

HSL color Cylindrical-coordinate representation of color #E769AE: hue angle of 327.14º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E769AE is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB231105174-
CMYK00.550.250.09
HSL327.14º72.41%65.88%-
HSV(B)327.14º54.55%90.59%-
XYZ45.6530.1543.46-
YUV150.54141.24185.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.29%
GREEN value IS 105 (41.41% from 255) = 20.59%
BLUE value IS 174 (68.36% from 255) = 34.12%
R=45.29%
G=20.59%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110517400.550.250.09327.1472.4165.88
HexE769AE0371991474842
Octal3471512560673111507110102
Binary11100111110100110101110011011111001100110100011110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E769AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E769AE; }

 p { color: rgb(231,105,174); }

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

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

 a { background-color: rgb(231,105,174); }

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

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

 span { border-color: rgb(231,105,174); }

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