#EA4EE2

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

Shades of Free Speech Magenta #EA4EE2

Tints of Free Speech Magenta #EA4EE2

Color information

#EA4EE2 (or 0xEA4EE2) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 4E and E2. RGB value is (234,78,226). Sum of RGB (Red+Green+Blue) = 234+78+226=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 78 (30.86% from 255 or 14.50% from 538); Blue value is 226 (88.67% from 255 or 42.01% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4EE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA4EE2 is #15B11D. Grayscale: #8D8D8D. Windows color (decimal): -1421598 or 14831338. OLE color: 14831338.

HSL color Cylindrical-coordinate representation of color #EA4EE2: hue angle of 303.08º 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 #EA4EE2 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB23478226-
CMYK00.670.030.08
HSL303.08º78.79%61.18%-
HSV(B)303.08º66.67%91.76%-
XYZ50.3828.4374.78-
YUV141.52175.68193.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.49%
GREEN value IS 78 (30.86% from 255) = 14.50%
BLUE value IS 226 (88.67% from 255) = 42.01%
R=43.49%
G=14.50%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347822600.670.030.08303.0878.7961.18
HexEA4EE20433812f4f3d
Octal352116342010331045711775
Binary11101010100111011100010010000111110001001011111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4EE2; }

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

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

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

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

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

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

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

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