#E0668A

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

Shades of Deep Blush #E0668A

Tints of Deep Blush #E0668A

Color information

#E0668A (or 0xE0668A) is unknown color: approx Deep Blush. HEX triplet: E0, 66 and 8A. RGB value is (224,102,138). Sum of RGB (Red+Green+Blue) = 224+102+138=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E0668A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0668A is #1F9975. Grayscale: #8E8E8E. Windows color (decimal): -2070902 or 9070304. OLE color: 9070304.

HSL color Cylindrical-coordinate representation of color #E0668A: hue angle of 342.3º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0668A is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB224102138-
CMYK00.540.380.12
HSL342.3º66.3%63.92%-
HSV(B)342.3º54.46%87.84%-
XYZ40.0827.1927.18-
YUV142.58125.42186.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.28%
GREEN value IS 102 (40.23% from 255) = 21.98%
BLUE value IS 138 (54.30% from 255) = 29.74%
R=48.28%
G=21.98%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410213800.540.380.12342.366.363.92
HexE0668A03626C1564240
Octal3401462120664614526102100
Binary111000001100110100010100110110100110110010101011010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0668A; }

 p { color: rgb(224,102,138); }

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

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

 a { background-color: rgb(224,102,138); }

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

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

 span { border-color: rgb(224,102,138); }

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