#EA4586

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

Shades of Violet Red #EA4586

Tints of Violet Red #EA4586

Color information

#EA4586 (or 0xEA4586) is unknown color: approx Violet Red. HEX triplet: EA, 45 and 86. RGB value is (234,69,134). Sum of RGB (Red+Green+Blue) = 234+69+134=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4586 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4586 is #15BA79. Grayscale: #7D7D7D. Windows color (decimal): -1423994 or 8799722. OLE color: 8799722.

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

Color convert

RGB23469134-
CMYK00.710.430.08
HSL336.36º79.71%59.41%-
HSV(B)336.36º70.51%91.76%-
XYZ40.3623.4724.96-
YUV125.74132.66205.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.55%
GREEN value IS 69 (27.34% from 255) = 15.79%
BLUE value IS 134 (52.73% from 255) = 30.66%
R=53.55%
G=15.79%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346913400.710.430.08336.3679.7159.41
HexEA45860472B8150503b
Octal3521052060107531052012073
Binary111010101000101100001100100011110101110001010100001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4586; }

 p { color: rgb(234,69,134); }

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

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

 a { background-color: rgb(234,69,134); }

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

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

 span { border-color: rgb(234,69,134); }

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