#E66581

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

Shades of Deep Blush #E66581

Tints of Deep Blush #E66581

Color information

#E66581 (or 0xE66581) is unknown color: approx Deep Blush. HEX triplet: E6, 65 and 81. RGB value is (230,101,129). Sum of RGB (Red+Green+Blue) = 230+101+129=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E66581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66581 is #199A7E. Grayscale: #8E8E8E. Windows color (decimal): -1677951 or 8480230. OLE color: 8480230.

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

Color convert

RGB230101129-
CMYK00.560.440.10
HSL346.98º72.07%64.9%-
HSV(B)346.98º56.09%90.2%-
XYZ41.2527.7223.94-
YUV142.76120.24190.22-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50%
GREEN value IS 101 (39.84% from 255) = 21.96%
BLUE value IS 129 (50.78% from 255) = 28.04%
R=50%
G=21.96%
B=28.04%

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
Decimal23010112900.560.440.10346.9872.0764.9
HexE665810382CA15b4841
Octal3461452010705412533110101
Binary111001101100101100000010111000101100101010101101110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66581; }

 p { color: rgb(230,101,129); }

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

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

 a { background-color: rgb(230,101,129); }

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

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

 span { border-color: rgb(230,101,129); }

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