#EA5ADE

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

Shades of Free Speech Magenta #EA5ADE

Tints of Free Speech Magenta #EA5ADE

Color information

#EA5ADE (or 0xEA5ADE) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 5A and DE. RGB value is (234,90,222). Sum of RGB (Red+Green+Blue) = 234+90+222=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 90 (35.55% from 255 or 16.48% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5ADE is #15A521. Grayscale: #939393. Windows color (decimal): -1418530 or 14572266. OLE color: 14572266.

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

Color convert

RGB23490222-
CMYK00.620.050.08
HSL305º77.42%63.53%-
HSV(B)305º61.54%91.76%-
XYZ50.7730.0872.24-
YUV148.1169.71189.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.86%
GREEN value IS 90 (35.55% from 255) = 16.48%
BLUE value IS 222 (87.11% from 255) = 40.66%
R=42.86%
G=16.48%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349022200.620.050.0830577.4263.53
HexEA5ADE03E581314d40
Octal352132336076510461115100
Binary111010101011010110111100111110101100010011000110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5ADE; }

 p { color: rgb(234,90,222); }

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

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

 a { background-color: rgb(234,90,222); }

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

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

 span { border-color: rgb(234,90,222); }

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