#E7668E

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

Shades of Deep Blush #E7668E

Tints of Deep Blush #E7668E

Color information

#E7668E (or 0xE7668E) is unknown color: approx Deep Blush. HEX triplet: E7, 66 and 8E. RGB value is (231,102,142). Sum of RGB (Red+Green+Blue) = 231+102+142=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E7668E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7668E is #189971. Grayscale: #919191. Windows color (decimal): -1612146 or 9332455. OLE color: 9332455.

HSL color Cylindrical-coordinate representation of color #E7668E: hue angle of 341.4º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E7668E is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB231102142-
CMYK00.560.390.09
HSL341.4º72.88%65.29%-
HSV(B)341.4º55.84%90.59%-
XYZ42.5928.4428.84-
YUV145.13126.24189.25-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.63%
GREEN value IS 102 (40.23% from 255) = 21.47%
BLUE value IS 142 (55.86% from 255) = 29.89%
R=48.63%
G=21.47%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110214200.560.390.09341.472.8865.29
HexE7668E0382791554941
Octal3471462160704711525111101
Binary111001111100110100011100111000100111100110101010110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7668E; }

 p { color: rgb(231,102,142); }

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

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

 a { background-color: rgb(231,102,142); }

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

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

 span { border-color: rgb(231,102,142); }

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