#e66380

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

Shades of Deep Blush #E66380

Tints of Deep Blush #E66380

Color information

#E66380 (or 0xE66380) is unknown color: approx Deep Blush. HEX triplet: E6, 63 and 80. RGB value is (230,99,128). Sum of RGB (Red+Green+Blue) = 230+99+128=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E66380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66380 is #199C7F. Grayscale: #8D8D8D. Windows color (decimal): -1678464 or 8414182. OLE color: 8414182.

HSL color Cylindrical-coordinate representation of color #E66380: hue angle of 346.72º 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 #E66380 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB23099128-
CMYK00.570.440.10
HSL346.72º72.38%64.51%-
HSV(B)346.72º56.96%90.2%-
XYZ40.9927.3123.53-
YUV141.48120.4191.14-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.33%
GREEN value IS 99 (39.06% from 255) = 21.66%
BLUE value IS 128 (50.39% from 255) = 28.01%
R=50.33%
G=21.66%
B=28.01%

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
Decimal2309912800.570.440.10346.7272.3864.51
HexE663800392CA15b4841
Octal3461432000715412533110101
Binary111001101100011100000000111001101100101010101101110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e66380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e66380; }

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

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

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

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

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

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

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

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