#EE6A8E

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

Shades of Deep Blush #EE6A8E

Tints of Deep Blush #EE6A8E

Color information

#EE6A8E (or 0xEE6A8E) is unknown color: approx Deep Blush. HEX triplet: EE, 6A and 8E. RGB value is (238,106,142). Sum of RGB (Red+Green+Blue) = 238+106+142=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6A8E is #119571. Grayscale: #959595. Windows color (decimal): -1152370 or 9333486. OLE color: 9333486.

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

Color convert

RGB238106142-
CMYK00.550.400.07
HSL343.64º79.52%67.45%-
HSV(B)343.64º55.46%93.33%-
XYZ45.330.4429.08-
YUV149.57123.73191.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.97%
GREEN value IS 106 (41.80% from 255) = 21.81%
BLUE value IS 142 (55.86% from 255) = 29.22%
R=48.97%
G=21.81%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810614200.550.400.07343.6479.5267.45
HexEE6A8E0372871585043
Octal356152216067507530120103
Binary11101110110101010001110011011110100011110101100010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6A8E; }

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

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

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

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

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

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

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

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