#e670af

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

Shades of Hot Pink #E670AF

Tints of Hot Pink #E670AF

Color information

#E670AF (or 0xE670AF) is unknown color: approx Hot Pink. HEX triplet: E6, 70 and AF. RGB value is (230,112,175). Sum of RGB (Red+Green+Blue) = 230+112+175=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E670AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E670AF is #198F50. Grayscale: #9A9A9A. Windows color (decimal): -1675089 or 11497702. OLE color: 11497702.

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

Color convert

RGB230112175-
CMYK00.510.240.10
HSL327.97º70.24%67.06%-
HSV(B)327.97º51.3%90.2%-
XYZ46.1731.5144.21-
YUV154.46139.59181.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.49%
GREEN value IS 112 (44.14% from 255) = 21.66%
BLUE value IS 175 (68.75% from 255) = 33.85%
R=44.49%
G=21.66%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011217500.510.240.10327.9770.2467.06
HexE670AF03318A1484643
Octal3461602570633012510106103
Binary11100110111000010101111011001111000101010100100010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e670af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e670af; }

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

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

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

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

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

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

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

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