#EA3A88

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

Shades of Violet Red #EA3A88

Tints of Violet Red #EA3A88

Color information

#EA3A88 (or 0xEA3A88) is unknown color: approx Violet Red. HEX triplet: EA, 3A and 88. RGB value is (234,58,136). Sum of RGB (Red+Green+Blue) = 234+58+136=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3A88 is #15C577. Grayscale: #777777. Windows color (decimal): -1426808 or 8927978. OLE color: 8927978.

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

Color convert

RGB23458136-
CMYK00.750.420.08
HSL333.41º80.73%57.25%-
HSV(B)333.41º75.21%91.76%-
XYZ39.8922.325.49-
YUV119.52137.31209.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.67%
GREEN value IS 58 (23.05% from 255) = 13.55%
BLUE value IS 136 (53.52% from 255) = 31.78%
R=54.67%
G=13.55%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345813600.750.420.08333.4180.7357.25
HexEA3A8804B2A814d5139
Octal352722100113521051512171
Binary11101010111010100010000100101110101010001010011011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3A88; }

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

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

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

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

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

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

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

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