#ea3f93

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

Shades of Violet Red #EA3F93

Tints of Violet Red #EA3F93

Color information

#EA3F93 (or 0xEA3F93) is unknown color: approx Violet Red. HEX triplet: EA, 3F and 93. RGB value is (234,63,147). Sum of RGB (Red+Green+Blue) = 234+63+147=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3F93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3F93 is #15C06C. Grayscale: #7B7B7B. Windows color (decimal): -1425517 or 9650154. OLE color: 9650154.

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

Color convert

RGB23463147-
CMYK00.730.370.08
HSL330.53º80.28%58.24%-
HSV(B)330.53º73.08%91.76%-
XYZ40.9823.1529.91-
YUV123.7141.15206.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.70%
GREEN value IS 63 (25% from 255) = 14.19%
BLUE value IS 147 (57.81% from 255) = 33.11%
R=52.70%
G=14.19%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346314700.730.370.08330.5380.2858.24
HexEA3F9304925814b503a
Octal352772230111451051312072
Binary11101010111111100100110100100110010110001010010111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea3f93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea3f93; }

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

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

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

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

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

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

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

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