#EA6192

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

Shades of Deep Blush #EA6192

Tints of Deep Blush #EA6192

Color information

#EA6192 (or 0xEA6192) is unknown color: approx Deep Blush. HEX triplet: EA, 61 and 92. RGB value is (234,97,146). Sum of RGB (Red+Green+Blue) = 234+97+146=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6192 is #159E6D. Grayscale: #8F8F8F. Windows color (decimal): -1416814 or 9593322. OLE color: 9593322.

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

Color convert

RGB23497146-
CMYK00.590.380.08
HSL338.54º76.54%64.9%-
HSV(B)338.54º58.55%91.76%-
XYZ43.3928.1230.33-
YUV143.55129.39192.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.06%
GREEN value IS 97 (38.28% from 255) = 20.34%
BLUE value IS 146 (57.42% from 255) = 30.61%
R=49.06%
G=20.34%
B=30.61%

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
Decimal2349714600.590.380.08338.5476.5464.9
HexEA619203B2681534d41
Octal3521412220734610523115101
Binary111010101100001100100100111011100110100010101001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6192; }

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

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

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

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

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

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

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

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