#E670AC

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

Shades of Hot Pink #E670AC

Tints of Hot Pink #E670AC

Color information

#E670AC (or 0xE670AC) is unknown color: approx Hot Pink. HEX triplet: E6, 70 and AC. RGB value is (230,112,172). Sum of RGB (Red+Green+Blue) = 230+112+172=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E670AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E670AC is #198F53. Grayscale: #9A9A9A. Windows color (decimal): -1675092 or 11301094. OLE color: 11301094.

HSL color Cylindrical-coordinate representation of color #E670AC: hue angle of 329.49º 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 #E670AC is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB230112172-
CMYK00.510.250.10
HSL329.49º70.24%67.06%-
HSV(B)329.49º51.3%90.2%-
XYZ45.8731.3942.67-
YUV154.12138.09182.12-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.75%
GREEN value IS 112 (44.14% from 255) = 21.79%
BLUE value IS 172 (67.58% from 255) = 33.46%
R=44.75%
G=21.79%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011217200.510.250.10329.4970.2467.06
HexE670AC03319A1494643
Octal3461602540633112511106103
Binary11100110111000010101100011001111001101010100100110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E670AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E670AC; }

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

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

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

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

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

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

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

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