#EA5F93

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

Shades of Deep Blush #EA5F93

Tints of Deep Blush #EA5F93

Color information

#EA5F93 (or 0xEA5F93) is unknown color: approx Deep Blush. HEX triplet: EA, 5F and 93. RGB value is (234,95,147). Sum of RGB (Red+Green+Blue) = 234+95+147=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5F93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5F93 is #15A06C. Grayscale: #8E8E8E. Windows color (decimal): -1417325 or 9658346. OLE color: 9658346.

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

Color convert

RGB23495147-
CMYK00.590.370.08
HSL337.55º76.8%64.51%-
HSV(B)337.55º59.4%91.76%-
XYZ43.2927.7830.68-
YUV142.49130.55193.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.16%
GREEN value IS 95 (37.5% from 255) = 19.96%
BLUE value IS 147 (57.81% from 255) = 30.88%
R=49.16%
G=19.96%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349514700.590.370.08337.5576.864.51
HexEA5F9303B2581524d41
Octal3521372230734510522115101
Binary111010101011111100100110111011100101100010101001010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5F93; }

 p { color: rgb(234,95,147); }

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

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

 a { background-color: rgb(234,95,147); }

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

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

 span { border-color: rgb(234,95,147); }

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