#E769B9

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

Shades of Hot Pink #E769B9

Tints of Hot Pink #E769B9

Color information

#E769B9 (or 0xE769B9) is unknown color: approx Hot Pink. HEX triplet: E7, 69 and B9. RGB value is (231,105,185). Sum of RGB (Red+Green+Blue) = 231+105+185=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E769B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E769B9 is #189646. Grayscale: #979797. Windows color (decimal): -1611335 or 12151271. OLE color: 12151271.

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

Color convert

RGB231105185-
CMYK00.550.200.09
HSL321.9º72.41%65.88%-
HSV(B)321.9º54.55%90.59%-
XYZ46.7630.5949.34-
YUV151.79146.74184.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.34%
GREEN value IS 105 (41.41% from 255) = 20.15%
BLUE value IS 185 (72.66% from 255) = 35.51%
R=44.34%
G=20.15%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110518500.550.200.09321.972.4165.88
HexE769B90371491424842
Octal3471512710672411502110102
Binary11100111110100110111001011011110100100110100001010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E769B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E769B9; }

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

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

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

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

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

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

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

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