#EE668E

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

Shades of Deep Blush #EE668E

Tints of Deep Blush #EE668E

Color information

#EE668E (or 0xEE668E) is unknown color: approx Deep Blush. HEX triplet: EE, 66 and 8E. RGB value is (238,102,142). Sum of RGB (Red+Green+Blue) = 238+102+142=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE668E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE668E is #119971. Grayscale: #939393. Windows color (decimal): -1153394 or 9332462. OLE color: 9332462.

HSL color Cylindrical-coordinate representation of color #EE668E: hue angle of 342.35º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE668E is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB238102142-
CMYK00.570.400.07
HSL342.35º80%66.67%-
HSV(B)342.35º57.14%93.33%-
XYZ44.8929.6328.94-
YUV147.22125.06192.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.38%
GREEN value IS 102 (40.23% from 255) = 21.16%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=49.38%
G=21.16%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810214200.570.400.07342.358066.67
HexEE668E0392871565043
Octal356146216071507526120103
Binary11101110110011010001110011100110100011110101011010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE668E; }

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

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

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

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

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

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

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

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