#EA677F

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

Shades of Deep Blush #EA677F

Tints of Deep Blush #EA677F

Color information

#EA677F (or 0xEA677F) is unknown color: approx Deep Blush. HEX triplet: EA, 67 and 7F. RGB value is (234,103,127). Sum of RGB (Red+Green+Blue) = 234+103+127=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA677F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA677F is #159880. Grayscale: #909090. Windows color (decimal): -1415297 or 8349674. OLE color: 8349674.

HSL color Cylindrical-coordinate representation of color #EA677F: hue angle of 349.01º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA677F is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB234103127-
CMYK00.560.460.08
HSL349.01º75.72%66.08%-
HSV(B)349.01º55.98%91.76%-
XYZ42.6128.7323.38-
YUV144.9117.9191.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.43%
GREEN value IS 103 (40.62% from 255) = 22.20%
BLUE value IS 127 (50% from 255) = 27.37%
R=50.43%
G=22.20%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410312700.560.460.08349.0175.7266.08
HexEA677F0382E815d4c42
Octal3521471770705610535114102
Binary11101010110011111111110111000101110100010101110110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA677F; }

 p { color: rgb(234,103,127); }

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

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

 a { background-color: rgb(234,103,127); }

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

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

 span { border-color: rgb(234,103,127); }

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