#E069B4

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

Shades of Hot Pink #E069B4

Tints of Hot Pink #E069B4

Color information

#E069B4 (or 0xE069B4) is unknown color: approx Hot Pink. HEX triplet: E0, 69 and B4. RGB value is (224,105,180). Sum of RGB (Red+Green+Blue) = 224+105+180=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E069B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069B4 is #1F964B. Grayscale: #949494. Windows color (decimal): -2070092 or 11823584. OLE color: 11823584.

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

Color convert

RGB224105180-
CMYK00.530.200.12
HSL322.18º65.75%64.51%-
HSV(B)322.18º53.12%87.84%-
XYZ44.0329.2546.5-
YUV149.13145.42181.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.01%
GREEN value IS 105 (41.41% from 255) = 20.63%
BLUE value IS 180 (70.70% from 255) = 35.36%
R=44.01%
G=20.63%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410518000.530.200.12322.1865.7564.51
HexE069B403514C1424241
Octal3401512640652414502102101
Binary11100000110100110110100011010110100110010100001010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E069B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E069B4; }

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

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

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

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

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

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

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

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