#EA6D93

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

Shades of Deep Blush #EA6D93

Tints of Deep Blush #EA6D93

Color information

#EA6D93 (or 0xEA6D93) is unknown color: approx Deep Blush. HEX triplet: EA, 6D and 93. RGB value is (234,109,147). Sum of RGB (Red+Green+Blue) = 234+109+147=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6D93 is #15926C. Grayscale: #969696. Windows color (decimal): -1413741 or 9661930. OLE color: 9661930.

HSL color Cylindrical-coordinate representation of color #EA6D93: hue angle of 341.76º 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 #EA6D93 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB234109147-
CMYK00.530.370.08
HSL341.76º74.85%67.25%-
HSV(B)341.76º53.42%91.76%-
XYZ44.6730.5431.14-
YUV150.71125.91187.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.76%
GREEN value IS 109 (42.97% from 255) = 22.24%
BLUE value IS 147 (57.81% from 255) = 30%
R=47.76%
G=22.24%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410914700.530.370.08341.7674.8567.25
HexEA6D930352581564b43
Octal3521552230654510526113103
Binary111010101101101100100110110101100101100010101011010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6D93; }

 p { color: rgb(234,109,147); }

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

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

 a { background-color: rgb(234,109,147); }

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

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

 span { border-color: rgb(234,109,147); }

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