#ea61cc

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

Shades of Free Speech Magenta #EA61CC

Tints of Free Speech Magenta #EA61CC

Color information

#EA61CC (or 0xEA61CC) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 61 and CC. RGB value is (234,97,204). Sum of RGB (Red+Green+Blue) = 234+97+204=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 97 (38.28% from 255 or 18.13% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EA61CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA61CC is #159E33. Grayscale: #959595. Windows color (decimal): -1416756 or 13394410. OLE color: 13394410.

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

Color convert

RGB23497204-
CMYK00.590.130.08
HSL313.14º76.54%64.9%-
HSV(B)313.14º58.55%91.76%-
XYZ49.1130.460.41-
YUV150.16158.39187.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.74%
GREEN value IS 97 (38.28% from 255) = 18.13%
BLUE value IS 204 (80.08% from 255) = 38.13%
R=43.74%
G=18.13%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349720400.590.130.08313.1476.5464.9
HexEA61CC03BD81394d41
Octal3521413140731510471115101
Binary1110101011000011100110001110111101100010011100110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea61cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea61cc; }

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

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

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

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

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

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

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

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