#EA6190

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

Shades of Deep Blush #EA6190

Tints of Deep Blush #EA6190

Color information

#EA6190 (or 0xEA6190) is unknown color: approx Deep Blush. HEX triplet: EA, 61 and 90. RGB value is (234,97,144). Sum of RGB (Red+Green+Blue) = 234+97+144=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6190 is #159E6F. Grayscale: #8F8F8F. Windows color (decimal): -1416816 or 9462250. OLE color: 9462250.

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

Color convert

RGB23497144-
CMYK00.590.380.08
HSL339.42º76.54%64.9%-
HSV(B)339.42º58.55%91.76%-
XYZ43.2428.0629.52-
YUV143.32128.39192.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.26%
GREEN value IS 97 (38.28% from 255) = 20.42%
BLUE value IS 144 (56.64% from 255) = 30.32%
R=49.26%
G=20.42%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349714400.590.380.08339.4276.5464.9
HexEA619003B2681534d41
Octal3521412200734610523115101
Binary111010101100001100100000111011100110100010101001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6190; }

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

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

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

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

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

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

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

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