#EA3594

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

Shades of Deep Cerise #EA3594

Tints of Deep Cerise #EA3594

Color information

#EA3594 (or 0xEA3594) is unknown color: approx Deep Cerise. HEX triplet: EA, 35 and 94. RGB value is (234,53,148). Sum of RGB (Red+Green+Blue) = 234+53+148=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3594 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3594 is #15CA6B. Grayscale: #757575. Windows color (decimal): -1428076 or 9713130. OLE color: 9713130.

HSL color Cylindrical-coordinate representation of color #EA3594: hue angle of 328.51º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA3594 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB23453148-
CMYK00.770.370.08
HSL328.51º81.17%56.27%-
HSV(B)328.51º77.35%91.76%-
XYZ40.5522.1830.16-
YUV117.95144.97210.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.79%
GREEN value IS 53 (21.09% from 255) = 12.18%
BLUE value IS 148 (58.20% from 255) = 34.02%
R=53.79%
G=12.18%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345314800.770.370.08328.5181.1756.27
HexEA359404D2581495138
Octal352652240115451051112170
Binary11101010110101100101000100110110010110001010010011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3594; }

 p { color: rgb(234,53,148); }

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

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

 a { background-color: rgb(234,53,148); }

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

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

 span { border-color: rgb(234,53,148); }

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