#EA7492

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

Shades of Deep Blush #EA7492

Tints of Deep Blush #EA7492

Color information

#EA7492 (or 0xEA7492) is unknown color: approx Deep Blush. HEX triplet: EA, 74 and 92. RGB value is (234,116,146). Sum of RGB (Red+Green+Blue) = 234+116+146=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7492 is #158B6D. Grayscale: #9A9A9A. Windows color (decimal): -1411950 or 9598186. OLE color: 9598186.

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

Color convert

RGB234116146-
CMYK00.500.380.08
HSL344.75º73.75%68.63%-
HSV(B)344.75º50.43%91.76%-
XYZ45.3732.0630.99-
YUV154.7123.09184.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.18%
GREEN value IS 116 (45.70% from 255) = 23.39%
BLUE value IS 146 (57.42% from 255) = 29.44%
R=47.18%
G=23.39%
B=29.44%

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
Decimal23411614600.500.380.08344.7573.7568.63
HexEA74920322681594a45
Octal3521642220624610531112105
Binary111010101110100100100100110010100110100010101100110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7492; }

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

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

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

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

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

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

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

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