#E66680

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

Shades of Deep Blush #E66680

Tints of Deep Blush #E66680

Color information

#E66680 (or 0xE66680) is unknown color: approx Deep Blush. HEX triplet: E6, 66 and 80. RGB value is (230,102,128). Sum of RGB (Red+Green+Blue) = 230+102+128=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E66680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66680 is #19997F. Grayscale: #8F8F8F. Windows color (decimal): -1677696 or 8414950. OLE color: 8414950.

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

Color convert

RGB230102128-
CMYK00.560.440.10
HSL347.81º71.91%65.1%-
HSV(B)347.81º55.65%90.2%-
XYZ41.2827.8823.63-
YUV143.24119.41189.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50%
GREEN value IS 102 (40.23% from 255) = 22.17%
BLUE value IS 128 (50.39% from 255) = 27.83%
R=50%
G=22.17%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010212800.560.440.10347.8171.9165.1
HexE666800382CA15c4841
Octal3461462000705412534110101
Binary111001101100110100000000111000101100101010101110010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66680; }

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

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

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

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

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

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

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

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