#E068AF

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

Shades of Hot Pink #E068AF

Tints of Hot Pink #E068AF

Color information

#E068AF (or 0xE068AF) is unknown color: approx Hot Pink. HEX triplet: E0, 68 and AF. RGB value is (224,104,175). Sum of RGB (Red+Green+Blue) = 224+104+175=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E068AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E068AF is #1F9750. Grayscale: #939393. Windows color (decimal): -2070353 or 11495648. OLE color: 11495648.

HSL color Cylindrical-coordinate representation of color #E068AF: hue angle of 324.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E068AF is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB224104175-
CMYK00.540.220.12
HSL324.5º65.93%64.31%-
HSV(B)324.5º53.57%87.84%-
XYZ43.4328.8443.84-
YUV147.97143.26182.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 104 (41.02% from 255) = 20.68%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=44.53%
G=20.68%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410417500.540.220.12324.565.9364.31
HexE068AF03616C1444240
Octal3401502570662614504102100
Binary11100000110100010101111011011010110110010100010010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E068AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E068AF; }

 p { color: rgb(224,104,175); }

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

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

 a { background-color: rgb(224,104,175); }

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

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

 span { border-color: rgb(224,104,175); }

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