#EA41F1

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

Shades of Free Speech Magenta #EA41F1

Tints of Free Speech Magenta #EA41F1

Color information

#EA41F1 (or 0xEA41F1) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 41 and F1. RGB value is (234,65,241). Sum of RGB (Red+Green+Blue) = 234+65+241=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 65 (25.78% from 255 or 12.04% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA41F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA41F1 is #15BE0E. Grayscale: #878787. Windows color (decimal): -1424911 or 15811050. OLE color: 15811050.

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

Color convert

RGB23465241-
CMYK0.030.7300.05
HSL297.61º86.27%60%-
HSV(B)297.61º73.03%94.51%-
XYZ51.727.6285.83-
YUV135.6187.49198.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.33%
GREEN value IS 65 (25.78% from 255) = 12.04%
BLUE value IS 241 (94.53% from 255) = 44.63%
R=43.33%
G=12.04%
B=44.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal234652410.030.7300.05297.6186.2760
HexEA41F13490512a563c
Octal35210136131110545212674
Binary1110101010000011111000111100100101011001010101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA41F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA41F1; }

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

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

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

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

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

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

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

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