#EA7491

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

Shades of Deep Blush #EA7491

Tints of Deep Blush #EA7491

Color information

#EA7491 (or 0xEA7491) is unknown color: approx Deep Blush. HEX triplet: EA, 74 and 91. RGB value is (234,116,145). Sum of RGB (Red+Green+Blue) = 234+116+145=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7491 is #158B6E. Grayscale: #9A9A9A. Windows color (decimal): -1411951 or 9532650. OLE color: 9532650.

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

Color convert

RGB234116145-
CMYK00.500.380.08
HSL345.25º73.75%68.63%-
HSV(B)345.25º50.43%91.76%-
XYZ45.2932.0330.58-
YUV154.59122.59184.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.27%
GREEN value IS 116 (45.70% from 255) = 23.43%
BLUE value IS 145 (57.03% from 255) = 29.29%
R=47.27%
G=23.43%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411614500.500.380.08345.2573.7568.63
HexEA74910322681594a45
Octal3521642210624610531112105
Binary111010101110100100100010110010100110100010101100110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7491; }

 p { color: rgb(234,116,145); }

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

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

 a { background-color: rgb(234,116,145); }

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

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

 span { border-color: rgb(234,116,145); }

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