#EA4ED1

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

Shades of Free Speech Magenta #EA4ED1

Tints of Free Speech Magenta #EA4ED1

Color information

#EA4ED1 (or 0xEA4ED1) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 4E and D1. RGB value is (234,78,209). Sum of RGB (Red+Green+Blue) = 234+78+209=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 78 (30.86% from 255 or 14.97% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA4ED1 is #15B12E. Grayscale: #8B8B8B. Windows color (decimal): -1421615 or 13717226. OLE color: 13717226.

HSL color Cylindrical-coordinate representation of color #EA4ED1: hue angle of 309.62º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4ED1 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB23478209-
CMYK00.670.110.08
HSL309.62º78.79%61.18%-
HSV(B)309.62º66.67%91.76%-
XYZ48.1627.5463.1-
YUV139.58167.18195.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.91%
GREEN value IS 78 (30.86% from 255) = 14.97%
BLUE value IS 209 (82.03% from 255) = 40.12%
R=44.91%
G=14.97%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347820900.670.110.08309.6278.7961.18
HexEA4ED1043B81364f3d
Octal3521163210103131046611775
Binary1110101010011101101000101000011101110001001101101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4ED1; }

 p { color: rgb(234,78,209); }

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

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

 a { background-color: rgb(234,78,209); }

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

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

 span { border-color: rgb(234,78,209); }

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