#EA5DE1

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

Shades of Free Speech Magenta #EA5DE1

Tints of Free Speech Magenta #EA5DE1

Color information

#EA5DE1 (or 0xEA5DE1) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 5D and E1. RGB value is (234,93,225). Sum of RGB (Red+Green+Blue) = 234+93+225=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 93 (36.72% from 255 or 16.85% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5DE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5DE1 is #15A21E. Grayscale: #959595. Windows color (decimal): -1417759 or 14769642. OLE color: 14769642.

HSL color Cylindrical-coordinate representation of color #EA5DE1: hue angle of 303.83º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5DE1 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB23493225-
CMYK00.600.040.08
HSL303.83º77.05%64.12%-
HSV(B)303.83º60.26%91.76%-
XYZ51.4430.7674.46-
YUV150.21170.21187.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.39%
GREEN value IS 93 (36.72% from 255) = 16.85%
BLUE value IS 225 (88.28% from 255) = 40.76%
R=42.39%
G=16.85%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349322500.600.040.08303.8377.0564.12
HexEA5DE103C481304d40
Octal352135341074410460115100
Binary111010101011101111000010111100100100010011000010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5DE1; }

 p { color: rgb(234,93,225); }

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

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

 a { background-color: rgb(234,93,225); }

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

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

 span { border-color: rgb(234,93,225); }

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