#EA3E88

Color #EA3E88 Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #EA3E88

Tints of Violet Red #EA3E88

Color information

#EA3E88 (or 0xEA3E88) is unknown color: approx Violet Red. HEX triplet: EA, 3E and 88. RGB value is (234,62,136). Sum of RGB (Red+Green+Blue) = 234+62+136=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 62 (24.61% from 255 or 14.35% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3E88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3E88 is #15C177. Grayscale: #797979. Windows color (decimal): -1425784 or 8929002. OLE color: 8929002.

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

Color convert

RGB23462136-
CMYK00.740.420.08
HSL334.19º80.37%58.04%-
HSV(B)334.19º73.5%91.76%-
XYZ40.122.7225.56-
YUV121.86135.98207.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.17%
GREEN value IS 62 (24.61% from 255) = 14.35%
BLUE value IS 136 (53.52% from 255) = 31.48%
R=54.17%
G=14.35%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346213600.740.420.08334.1980.3758.04
HexEA3E8804A2A814e503a
Octal352762100112521051612072
Binary11101010111110100010000100101010101010001010011101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3E88; }

 p { color: rgb(234,62,136); }

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

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

 a { background-color: rgb(234,62,136); }

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

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

 span { border-color: rgb(234,62,136); }

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