#E069B8

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

Shades of Hot Pink #E069B8

Tints of Hot Pink #E069B8

Color information

#E069B8 (or 0xE069B8) is unknown color: approx Hot Pink. HEX triplet: E0, 69 and B8. RGB value is (224,105,184). Sum of RGB (Red+Green+Blue) = 224+105+184=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E069B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069B8 is #1F9647. Grayscale: #959595. Windows color (decimal): -2070088 or 12085728. OLE color: 12085728.

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

Color convert

RGB224105184-
CMYK00.530.180.12
HSL320.17º65.75%64.51%-
HSV(B)320.17º53.12%87.84%-
XYZ44.4429.4148.68-
YUV149.59147.42181.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.66%
GREEN value IS 105 (41.41% from 255) = 20.47%
BLUE value IS 184 (72.27% from 255) = 35.87%
R=43.66%
G=20.47%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410518400.530.180.12320.1765.7564.51
HexE069B803512C1404241
Octal3401512700652214500102101
Binary11100000110100110111000011010110010110010100000010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E069B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E069B8; }

 p { color: rgb(224,105,184); }

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

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

 a { background-color: rgb(224,105,184); }

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

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

 span { border-color: rgb(224,105,184); }

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