#E069B7

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

Shades of Hot Pink #E069B7

Tints of Hot Pink #E069B7

Color information

#E069B7 (or 0xE069B7) is unknown color: approx Hot Pink. HEX triplet: E0, 69 and B7. RGB value is (224,105,183). Sum of RGB (Red+Green+Blue) = 224+105+183=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E069B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069B7 is #1F9648. Grayscale: #959595. Windows color (decimal): -2070089 or 12020192. OLE color: 12020192.

HSL color Cylindrical-coordinate representation of color #E069B7: hue angle of 320.67º 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 #E069B7 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB224105183-
CMYK00.530.180.12
HSL320.67º65.75%64.51%-
HSV(B)320.67º53.12%87.84%-
XYZ44.3429.3748.13-
YUV149.47146.92181.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.75%
GREEN value IS 105 (41.41% from 255) = 20.51%
BLUE value IS 183 (71.88% from 255) = 35.74%
R=43.75%
G=20.51%
B=35.74%

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
Decimal22410518300.530.180.12320.6765.7564.51
HexE069B703512C1414241
Octal3401512670652214501102101
Binary11100000110100110110111011010110010110010100000110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E069B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E069B7; }

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

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

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

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

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

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

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

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