#EA7185

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

Shades of Deep Blush #EA7185

Tints of Deep Blush #EA7185

Color information

#EA7185 (or 0xEA7185) is unknown color: approx Deep Blush. HEX triplet: EA, 71 and 85. RGB value is (234,113,133). Sum of RGB (Red+Green+Blue) = 234+113+133=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7185 is #158E7A. Grayscale: #979797. Windows color (decimal): -1412731 or 8745450. OLE color: 8745450.

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

Color convert

RGB234113133-
CMYK00.520.430.08
HSL350.08º74.23%68.04%-
HSV(B)350.08º51.71%91.76%-
XYZ44.073125.85-
YUV151.46117.59186.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.75%
GREEN value IS 113 (44.53% from 255) = 23.54%
BLUE value IS 133 (52.34% from 255) = 27.71%
R=48.75%
G=23.54%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411313300.520.430.08350.0874.2368.04
HexEA71850342B815e4a44
Octal3521612050645310536112104
Binary111010101110001100001010110100101011100010101111010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7185; }

 p { color: rgb(234,113,133); }

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

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

 a { background-color: rgb(234,113,133); }

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

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

 span { border-color: rgb(234,113,133); }

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