#E7668C

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

Shades of Deep Blush #E7668C

Tints of Deep Blush #E7668C

Color information

#E7668C (or 0xE7668C) is unknown color: approx Deep Blush. HEX triplet: E7, 66 and 8C. RGB value is (231,102,140). Sum of RGB (Red+Green+Blue) = 231+102+140=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E7668C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7668C is #189973. Grayscale: #909090. Windows color (decimal): -1612148 or 9201383. OLE color: 9201383.

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

Color convert

RGB231102140-
CMYK00.560.390.09
HSL342.33º72.88%65.29%-
HSV(B)342.33º55.84%90.59%-
XYZ42.4428.3928.05-
YUV144.9125.24189.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.84%
GREEN value IS 102 (40.23% from 255) = 21.56%
BLUE value IS 140 (55.08% from 255) = 29.60%
R=48.84%
G=21.56%
B=29.60%

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
Decimal23110214000.560.390.09342.3372.8865.29
HexE7668C0382791564941
Octal3471462140704711526111101
Binary111001111100110100011000111000100111100110101011010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7668C; }

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

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

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

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

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

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

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

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