#EA41EE

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

Shades of Free Speech Magenta #EA41EE

Tints of Free Speech Magenta #EA41EE

Color information

#EA41EE (or 0xEA41EE) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 41 and EE. RGB value is (234,65,238). Sum of RGB (Red+Green+Blue) = 234+65+238=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 65 (25.78% from 255 or 12.10% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #EA41EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA41EE is #15BE11. Grayscale: #868686. Windows color (decimal): -1424914 or 15614442. OLE color: 15614442.

HSL color Cylindrical-coordinate representation of color #EA41EE: hue angle of 298.61º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA41EE is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23465238-
CMYK0.020.7300.07
HSL298.61º83.57%59.41%-
HSV(B)298.61º72.69%93.33%-
XYZ51.2527.4583.49-
YUV135.25185.99198.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.58%
GREEN value IS 65 (25.78% from 255) = 12.10%
BLUE value IS 238 (93.36% from 255) = 44.32%
R=43.58%
G=12.10%
B=44.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal234652380.020.7300.07298.6183.5759.41
HexEA41EE2490712b543b
Octal35210135621110745312473
Binary1110101010000011110111010100100101111001010111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA41EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA41EE; }

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

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

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

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

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

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

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

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