#EA4AED

Color #EA4AED Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #EA4AED

Tints of Free Speech Magenta #EA4AED

Color information

#EA4AED (or 0xEA4AED) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 4A and ED. RGB value is (234,74,237). Sum of RGB (Red+Green+Blue) = 234+74+237=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 74 (29.30% from 255 or 13.58% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA4AED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA4AED is #15B512. Grayscale: #8B8B8B. Windows color (decimal): -1422611 or 15551210. OLE color: 15551210.

HSL color Cylindrical-coordinate representation of color #EA4AED: hue angle of 298.9º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA4AED is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23474237-
CMYK0.010.6900.07
HSL298.9º81.91%60.98%-
HSV(B)298.9º68.78%92.94%-
XYZ51.6728.582.9-
YUV140.42182.51194.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 74 (29.30% from 255) = 13.58%
BLUE value IS 237 (92.97% from 255) = 43.49%
R=42.94%
G=13.58%
B=43.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal234742370.010.6900.07298.981.9160.98
HexEA4AED1450712b523d
Octal35211235511050745312275
Binary111010101001010111011011100010101111001010111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4AED; }

 p { color: rgb(234,74,237); }

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

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

 a { background-color: rgb(234,74,237); }

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

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

 span { border-color: rgb(234,74,237); }

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