#EA7590

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

Shades of Deep Blush #EA7590

Tints of Deep Blush #EA7590

Color information

#EA7590 (or 0xEA7590) is unknown color: approx Deep Blush. HEX triplet: EA, 75 and 90. RGB value is (234,117,144). Sum of RGB (Red+Green+Blue) = 234+117+144=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7590 is #158A6F. Grayscale: #9B9B9B. Windows color (decimal): -1411696 or 9467370. OLE color: 9467370.

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

Color convert

RGB234117144-
CMYK00.50.380.08
HSL346.15º73.58%68.82%-
HSV(B)346.15º50%91.76%-
XYZ45.3332.2330.22-
YUV155.06121.76184.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.27%
GREEN value IS 117 (46.09% from 255) = 23.64%
BLUE value IS 144 (56.64% from 255) = 29.09%
R=47.27%
G=23.64%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411714400.50.380.08346.1573.5868.82
HexEA759003226815a4a45
Octal3521652200624610532112105
Binary111010101110101100100000110010100110100010101101010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7590; }

 p { color: rgb(234,117,144); }

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

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

 a { background-color: rgb(234,117,144); }

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

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

 span { border-color: rgb(234,117,144); }

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