#EA6391

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

Shades of Deep Blush #EA6391

Tints of Deep Blush #EA6391

Color information

#EA6391 (or 0xEA6391) is unknown color: approx Deep Blush. HEX triplet: EA, 63 and 91. RGB value is (234,99,145). Sum of RGB (Red+Green+Blue) = 234+99+145=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6391 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6391 is #159C6E. Grayscale: #909090. Windows color (decimal): -1416303 or 9528298. OLE color: 9528298.

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

Color convert

RGB23499145-
CMYK00.580.380.08
HSL339.56º76.27%65.29%-
HSV(B)339.56º57.69%91.76%-
XYZ43.528.4629.99-
YUV144.61128.23191.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.95%
GREEN value IS 99 (39.06% from 255) = 20.71%
BLUE value IS 145 (57.03% from 255) = 30.33%
R=48.95%
G=20.71%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349914500.580.380.08339.5676.2765.29
HexEA639103A2681544c41
Octal3521432210724610524114101
Binary111010101100011100100010111010100110100010101010010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6391; }

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

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

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

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

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

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

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

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