#E968A5

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

Shades of Hot Pink #E968A5

Tints of Hot Pink #E968A5

Color information

#E968A5 (or 0xE968A5) is unknown color: approx Hot Pink. HEX triplet: E9, 68 and A5. RGB value is (233,104,165). Sum of RGB (Red+Green+Blue) = 233+104+165=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 233 - color contains mainly: red. Hex color #E968A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E968A5 is #16975A. Grayscale: #959595. Windows color (decimal): -1480539 or 10840297. OLE color: 10840297.

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

Color convert

RGB233104165-
CMYK00.550.290.09
HSL331.63º74.57%66.08%-
HSV(B)331.63º55.36%91.37%-
XYZ45.3529.9438.99-
YUV149.52136.74187.54-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.41%
GREEN value IS 104 (41.02% from 255) = 20.72%
BLUE value IS 165 (64.84% from 255) = 32.87%
R=46.41%
G=20.72%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310416500.550.290.09331.6374.5766.08
HexE968A50371D914c4b42
Octal3511502450673511514113102
Binary11101001110100010100101011011111101100110100110010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E968A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E968A5; }

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

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

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

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

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

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

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

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