#EA6F89

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

Shades of Deep Blush #EA6F89

Tints of Deep Blush #EA6F89

Color information

#EA6F89 (or 0xEA6F89) is unknown color: approx Deep Blush. HEX triplet: EA, 6F and 89. RGB value is (234,111,137). Sum of RGB (Red+Green+Blue) = 234+111+137=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6F89 is #159076. Grayscale: #969696. Windows color (decimal): -1413239 or 9007082. OLE color: 9007082.

HSL color Cylindrical-coordinate representation of color #EA6F89: hue angle of 347.32º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6F89 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB234111137-
CMYK00.530.410.08
HSL347.32º74.55%67.65%-
HSV(B)347.32º52.56%91.76%-
XYZ44.1330.6727.26-
YUV150.74120.25187.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.55%
GREEN value IS 111 (43.75% from 255) = 23.03%
BLUE value IS 137 (53.91% from 255) = 28.42%
R=48.55%
G=23.03%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411113700.530.410.08347.3274.5567.65
HexEA6F8903529815b4b44
Octal3521572110655110533113104
Binary111010101101111100010010110101101001100010101101110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6F89; }

 p { color: rgb(234,111,137); }

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

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

 a { background-color: rgb(234,111,137); }

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

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

 span { border-color: rgb(234,111,137); }

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