#E670AA

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

Shades of Hot Pink #E670AA

Tints of Hot Pink #E670AA

Color information

#E670AA (or 0xE670AA) is unknown color: approx Hot Pink. HEX triplet: E6, 70 and AA. RGB value is (230,112,170). Sum of RGB (Red+Green+Blue) = 230+112+170=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E670AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E670AA is #198F55. Grayscale: #999999. Windows color (decimal): -1675094 or 11170022. OLE color: 11170022.

HSL color Cylindrical-coordinate representation of color #E670AA: hue angle of 330.51º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E670AA is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB230112170-
CMYK00.510.260.10
HSL330.51º70.24%67.06%-
HSV(B)330.51º51.3%90.2%-
XYZ45.6831.3141.67-
YUV153.89137.09182.28-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.92%
GREEN value IS 112 (44.14% from 255) = 21.88%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=44.92%
G=21.88%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011217000.510.260.10330.5170.2467.06
HexE670AA0331AA14b4643
Octal3461602520633212513106103
Binary11100110111000010101010011001111010101010100101110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E670AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E670AA; }

 p { color: rgb(230,112,170); }

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

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

 a { background-color: rgb(230,112,170); }

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

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

 span { border-color: rgb(230,112,170); }

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