#ea6d95

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

Shades of Deep Blush #EA6D95

Tints of Deep Blush #EA6D95

Color information

#EA6D95 (or 0xEA6D95) is unknown color: approx Deep Blush. HEX triplet: EA, 6D and 95. RGB value is (234,109,149). Sum of RGB (Red+Green+Blue) = 234+109+149=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6D95 is #15926A. Grayscale: #969696. Windows color (decimal): -1413739 or 9793002. OLE color: 9793002.

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

Color convert

RGB234109149-
CMYK00.530.360.08
HSL340.8º74.85%67.25%-
HSV(B)340.8º53.42%91.76%-
XYZ44.8330.631.98-
YUV150.93126.91187.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.56%
GREEN value IS 109 (42.97% from 255) = 22.15%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=47.56%
G=22.15%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410914900.530.360.08340.874.8567.25
HexEA6D950352481554b43
Octal3521552250654410525113103
Binary111010101101101100101010110101100100100010101010110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea6d95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea6d95; }

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

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

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

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

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

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

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

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