#EA5DC8

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

Shades of Free Speech Magenta #EA5DC8

Tints of Free Speech Magenta #EA5DC8

Color information

#EA5DC8 (or 0xEA5DC8) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 5D and C8. RGB value is (234,93,200). Sum of RGB (Red+Green+Blue) = 234+93+200=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5DC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5DC8 is #15A237. Grayscale: #939393. Windows color (decimal): -1417784 or 13131242. OLE color: 13131242.

HSL color Cylindrical-coordinate representation of color #EA5DC8: hue angle of 314.47º 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 #EA5DC8 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB23493200-
CMYK00.600.150.08
HSL314.47º77.05%64.12%-
HSV(B)314.47º60.26%91.76%-
XYZ48.2729.4957.79-
YUV147.36157.71189.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.40%
GREEN value IS 93 (36.72% from 255) = 17.65%
BLUE value IS 200 (78.52% from 255) = 37.95%
R=44.40%
G=17.65%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349320000.600.150.08314.4777.0564.12
HexEA5DC803CF813a4d40
Octal3521353100741710472115100
Binary1110101010111011100100001111001111100010011101010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5DC8; }

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

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

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

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

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

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

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

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