#E069B0

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

Shades of Hot Pink #E069B0

Tints of Hot Pink #E069B0

Color information

#E069B0 (or 0xE069B0) is unknown color: approx Hot Pink. HEX triplet: E0, 69 and B0. RGB value is (224,105,176). Sum of RGB (Red+Green+Blue) = 224+105+176=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E069B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E069B0 is #1F964F. Grayscale: #949494. Windows color (decimal): -2070096 or 11561440. OLE color: 11561440.

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

Color convert

RGB224105176-
CMYK00.530.210.12
HSL324.2º65.75%64.51%-
HSV(B)324.2º53.12%87.84%-
XYZ43.6329.0944.39-
YUV148.67143.42181.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.36%
GREEN value IS 105 (41.41% from 255) = 20.79%
BLUE value IS 176 (69.14% from 255) = 34.85%
R=44.36%
G=20.79%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410517600.530.210.12324.265.7564.51
HexE069B003515C1444241
Octal3401512600652514504102101
Binary11100000110100110110000011010110101110010100010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E069B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E069B0; }

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

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

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

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

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

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

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

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