#EA61D5

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

Shades of Free Speech Magenta #EA61D5

Tints of Free Speech Magenta #EA61D5

Color information

#EA61D5 (or 0xEA61D5) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 61 and D5. RGB value is (234,97,213). Sum of RGB (Red+Green+Blue) = 234+97+213=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 97 (38.28% from 255 or 17.83% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EA61D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA61D5 is #159E2A. Grayscale: #969696. Windows color (decimal): -1416747 or 13984234. OLE color: 13984234.

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

Color convert

RGB23497213-
CMYK00.590.090.08
HSL309.2º76.54%64.9%-
HSV(B)309.2º58.55%91.76%-
XYZ50.2230.8566.26-
YUV151.19162.89187.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.01%
GREEN value IS 97 (38.28% from 255) = 17.83%
BLUE value IS 213 (83.59% from 255) = 39.15%
R=43.01%
G=17.83%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349721300.590.090.08309.276.5464.9
HexEA61D503B981354d41
Octal3521413250731110465115101
Binary1110101011000011101010101110111001100010011010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA61D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA61D5; }

 p { color: rgb(234,97,213); }

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

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

 a { background-color: rgb(234,97,213); }

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

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

 span { border-color: rgb(234,97,213); }

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