#EA4FE6

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

Shades of Free Speech Magenta #EA4FE6

Tints of Free Speech Magenta #EA4FE6

Color information

#EA4FE6 (or 0xEA4FE6) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 4F and E6. RGB value is (234,79,230). Sum of RGB (Red+Green+Blue) = 234+79+230=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 79 (31.25% from 255 or 14.55% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4FE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA4FE6 is #15B019. Grayscale: #8E8E8E. Windows color (decimal): -1421338 or 15093738. OLE color: 15093738.

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

Color convert

RGB23479230-
CMYK00.660.020.08
HSL301.55º78.68%61.37%-
HSV(B)301.55º66.24%91.76%-
XYZ51.0128.877.73-
YUV142.56177.35193.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.09%
GREEN value IS 79 (31.25% from 255) = 14.55%
BLUE value IS 230 (90.23% from 255) = 42.36%
R=43.09%
G=14.55%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347923000.660.020.08301.5578.6861.37
HexEA4FE60422812e4f3d
Octal352117346010221045611775
Binary11101010100111111100110010000101010001001011101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4FE6; }

 p { color: rgb(234,79,230); }

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

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

 a { background-color: rgb(234,79,230); }

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

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

 span { border-color: rgb(234,79,230); }

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