#E66480

Color #E66480 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #E66480

Tints of Deep Blush #E66480

Color information

#E66480 (or 0xE66480) is unknown color: approx Deep Blush. HEX triplet: E6, 64 and 80. RGB value is (230,100,128). Sum of RGB (Red+Green+Blue) = 230+100+128=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E66480 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66480 is #199B7F. Grayscale: #8E8E8E. Windows color (decimal): -1678208 or 8414438. OLE color: 8414438.

HSL color Cylindrical-coordinate representation of color #E66480: hue angle of 347.08º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E66480 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB230100128-
CMYK00.570.440.10
HSL347.08º72.22%64.71%-
HSV(B)347.08º56.52%90.2%-
XYZ41.0927.523.56-
YUV142.06120.07190.72-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.22%
GREEN value IS 100 (39.45% from 255) = 21.83%
BLUE value IS 128 (50.39% from 255) = 27.95%
R=50.22%
G=21.83%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010012800.570.440.10347.0872.2264.71
HexE664800392CA15b4841
Octal3461442000715412533110101
Binary111001101100100100000000111001101100101010101101110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66480; }

 p { color: rgb(230,100,128); }

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

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

 a { background-color: rgb(230,100,128); }

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

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

 span { border-color: rgb(230,100,128); }

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