#EA6191

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

Shades of Deep Blush #EA6191

Tints of Deep Blush #EA6191

Color information

#EA6191 (or 0xEA6191) is unknown color: approx Deep Blush. HEX triplet: EA, 61 and 91. RGB value is (234,97,145). Sum of RGB (Red+Green+Blue) = 234+97+145=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6191 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6191 is #159E6E. Grayscale: #8F8F8F. Windows color (decimal): -1416815 or 9527786. OLE color: 9527786.

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

Color convert

RGB23497145-
CMYK00.590.380.08
HSL338.98º76.54%64.9%-
HSV(B)338.98º58.55%91.76%-
XYZ43.3228.0929.93-
YUV143.44128.89192.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.16%
GREEN value IS 97 (38.28% from 255) = 20.38%
BLUE value IS 145 (57.03% from 255) = 30.46%
R=49.16%
G=20.38%
B=30.46%

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
Decimal2349714500.590.380.08338.9876.5464.9
HexEA619103B2681534d41
Octal3521412210734610523115101
Binary111010101100001100100010111011100110100010101001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6191; }

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

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

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

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

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

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

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

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