#EA6E8B

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

Shades of Deep Blush #EA6E8B

Tints of Deep Blush #EA6E8B

Color information

#EA6E8B (or 0xEA6E8B) is unknown color: approx Deep Blush. HEX triplet: EA, 6E and 8B. RGB value is (234,110,139). Sum of RGB (Red+Green+Blue) = 234+110+139=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6E8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6E8B is #159174. Grayscale: #969696. Windows color (decimal): -1413493 or 9137898. OLE color: 9137898.

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

Color convert

RGB234110139-
CMYK00.530.410.08
HSL345.97º74.7%67.45%-
HSV(B)345.97º52.99%91.76%-
XYZ44.1730.5127.99-
YUV150.38121.58187.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.45%
GREEN value IS 110 (43.36% from 255) = 22.77%
BLUE value IS 139 (54.69% from 255) = 28.78%
R=48.45%
G=22.77%
B=28.78%

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
Decimal23411013900.530.410.08345.9774.767.45
HexEA6E8B03529815a4b43
Octal3521562130655110532113103
Binary111010101101110100010110110101101001100010101101010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6E8B; }

 p { color: rgb(234,110,139); }

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

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

 a { background-color: rgb(234,110,139); }

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

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

 span { border-color: rgb(234,110,139); }

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