#EA4DF1

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

Shades of Free Speech Magenta #EA4DF1

Tints of Free Speech Magenta #EA4DF1

Color information

#EA4DF1 (or 0xEA4DF1) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 4D and F1. RGB value is (234,77,241). Sum of RGB (Red+Green+Blue) = 234+77+241=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 77 (30.47% from 255 or 13.95% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA4DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA4DF1 is #15B20E. Grayscale: #8E8E8E. Windows color (decimal): -1421839 or 15814122. OLE color: 15814122.

HSL color Cylindrical-coordinate representation of color #EA4DF1: hue angle of 297.44º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA4DF1 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23477241-
CMYK0.030.6800.05
HSL297.44º85.42%62.35%-
HSV(B)297.44º68.05%94.51%-
XYZ52.4629.1586.08-
YUV142.64183.51193.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.39%
GREEN value IS 77 (30.47% from 255) = 13.95%
BLUE value IS 241 (94.53% from 255) = 43.66%
R=42.39%
G=13.95%
B=43.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal234772410.030.6800.05297.4485.4262.35
HexEA4DF134405129553e
Octal35211536131040545112576
Binary1110101010011011111000111100010001011001010011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4DF1; }

 p { color: rgb(234,77,241); }

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

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

 a { background-color: rgb(234,77,241); }

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

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

 span { border-color: rgb(234,77,241); }

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