#EA5DCC

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

Shades of Free Speech Magenta #EA5DCC

Tints of Free Speech Magenta #EA5DCC

Color information

#EA5DCC (or 0xEA5DCC) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 5D and CC. RGB value is (234,93,204). Sum of RGB (Red+Green+Blue) = 234+93+204=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5DCC is #15A233. Grayscale: #939393. Windows color (decimal): -1417780 or 13393386. OLE color: 13393386.

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

Color convert

RGB23493204-
CMYK00.600.130.08
HSL312.77º77.05%64.12%-
HSV(B)312.77º60.26%91.76%-
XYZ48.7529.6860.29-
YUV147.81159.71189.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.07%
GREEN value IS 93 (36.72% from 255) = 17.51%
BLUE value IS 204 (80.08% from 255) = 38.42%
R=44.07%
G=17.51%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349320400.600.130.08312.7777.0564.12
HexEA5DCC03CD81394d40
Octal3521353140741510471115100
Binary1110101010111011100110001111001101100010011100110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5DCC; }

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

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

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

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

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

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

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

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