#E968AC

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

Shades of Hot Pink #E968AC

Tints of Hot Pink #E968AC

Color information

#E968AC (or 0xE968AC) is unknown color: approx Hot Pink. HEX triplet: E9, 68 and AC. RGB value is (233,104,172). Sum of RGB (Red+Green+Blue) = 233+104+172=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E968AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E968AC is #169753. Grayscale: #969696. Windows color (decimal): -1480532 or 11299049. OLE color: 11299049.

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

Color convert

RGB233104172-
CMYK00.550.260.09
HSL328.37º74.57%66.08%-
HSV(B)328.37º55.36%91.37%-
XYZ4630.242.43-
YUV150.32140.24186.97-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.78%
GREEN value IS 104 (41.02% from 255) = 20.43%
BLUE value IS 172 (67.58% from 255) = 33.79%
R=45.78%
G=20.43%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310417200.550.260.09328.3774.5766.08
HexE968AC0371A91484b42
Octal3511502540673211510113102
Binary11101001110100010101100011011111010100110100100010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E968AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E968AC; }

 p { color: rgb(233,104,172); }

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

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

 a { background-color: rgb(233,104,172); }

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

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

 span { border-color: rgb(233,104,172); }

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