#EA6091

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

Shades of Deep Blush #EA6091

Tints of Deep Blush #EA6091

Color information

#EA6091 (or 0xEA6091) is unknown color: approx Deep Blush. HEX triplet: EA, 60 and 91. RGB value is (234,96,145). Sum of RGB (Red+Green+Blue) = 234+96+145=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6091 is #159F6E. Grayscale: #8E8E8E. Windows color (decimal): -1417071 or 9527530. OLE color: 9527530.

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

Color convert

RGB23496145-
CMYK00.590.380.08
HSL338.7º76.67%64.71%-
HSV(B)338.7º58.97%91.76%-
XYZ43.2327.929.9-
YUV142.85129.22193.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.26%
GREEN value IS 96 (37.89% from 255) = 20.21%
BLUE value IS 145 (57.03% from 255) = 30.53%
R=49.26%
G=20.21%
B=30.53%

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
Decimal2349614500.590.380.08338.776.6764.71
HexEA609103B2681534d41
Octal3521402210734610523115101
Binary111010101100000100100010111011100110100010101001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6091; }

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

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

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

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

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

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

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

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