#E66B8A

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

Shades of Deep Blush #E66B8A

Tints of Deep Blush #E66B8A

Color information

#E66B8A (or 0xE66B8A) is unknown color: approx Deep Blush. HEX triplet: E6, 6B and 8A. RGB value is (230,107,138). Sum of RGB (Red+Green+Blue) = 230+107+138=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E66B8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66B8A is #199475. Grayscale: #939393. Windows color (decimal): -1676406 or 9071590. OLE color: 9071590.

HSL color Cylindrical-coordinate representation of color #E66B8A: hue angle of 344.88º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66B8A is Cyan = 0, Magento = 0.53, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB230107138-
CMYK00.530.40.10
HSL344.88º71.1%66.08%-
HSV(B)344.88º53.48%90.2%-
XYZ42.4829.1727.44-
YUV147.31122.75186.98-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.42%
GREEN value IS 107 (42.19% from 255) = 22.53%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=48.42%
G=22.53%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.4
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010713800.530.40.10344.8871.166.08
HexE66B8A03528A1594742
Octal3461532120655012531107102
Binary111001101101011100010100110101101000101010101100110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66B8A; }

 p { color: rgb(230,107,138); }

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

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

 a { background-color: rgb(230,107,138); }

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

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

 span { border-color: rgb(230,107,138); }

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