#E069B1

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

Shades of Hot Pink #E069B1

Tints of Hot Pink #E069B1

Color information

#E069B1 (or 0xE069B1) is unknown color: approx Hot Pink. HEX triplet: E0, 69 and B1. RGB value is (224,105,177). Sum of RGB (Red+Green+Blue) = 224+105+177=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E069B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E069B1 is #1F964E. Grayscale: #949494. Windows color (decimal): -2070095 or 11626976. OLE color: 11626976.

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

Color convert

RGB224105177-
CMYK00.530.210.12
HSL323.7º65.75%64.51%-
HSV(B)323.7º53.12%87.84%-
XYZ43.7329.1244.91-
YUV148.79143.92181.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.27%
GREEN value IS 105 (41.41% from 255) = 20.75%
BLUE value IS 177 (69.53% from 255) = 34.98%
R=44.27%
G=20.75%
B=34.98%

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
Decimal22410517700.530.210.12323.765.7564.51
HexE069B103515C1444241
Octal3401512610652514504102101
Binary11100000110100110110001011010110101110010100010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E069B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E069B1; }

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

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

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

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

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

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

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

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