#e068b9

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

Shades of Hot Pink #E068B9

Tints of Hot Pink #E068B9

Color information

#E068B9 (or 0xE068B9) is unknown color: approx Hot Pink. HEX triplet: E0, 68 and B9. RGB value is (224,104,185). Sum of RGB (Red+Green+Blue) = 224+104+185=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E068B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E068B9 is #1F9746. Grayscale: #949494. Windows color (decimal): -2070343 or 12151008. OLE color: 12151008.

HSL color Cylindrical-coordinate representation of color #E068B9: hue angle of 319.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 #E068B9 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB224104185-
CMYK00.540.170.12
HSL319.5º65.93%64.31%-
HSV(B)319.5º53.57%87.84%-
XYZ44.4529.2549.2-
YUV149.11148.26181.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.66%
GREEN value IS 104 (41.02% from 255) = 20.27%
BLUE value IS 185 (72.66% from 255) = 36.06%
R=43.66%
G=20.27%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410418500.540.170.12319.565.9364.31
HexE068B903611C1404240
Octal3401502710662114500102100
Binary11100000110100010111001011011010001110010100000010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e068b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e068b9; }

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

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

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

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

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

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

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

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