#EA55C7

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

Shades of Free Speech Magenta #EA55C7

Tints of Free Speech Magenta #EA55C7

Color information

#EA55C7 (or 0xEA55C7) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 55 and C7. RGB value is (234,85,199). Sum of RGB (Red+Green+Blue) = 234+85+199=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 85 (33.59% from 255 or 16.41% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA55C7 is #15AA38. Grayscale: #8E8E8E. Windows color (decimal): -1419833 or 13063658. OLE color: 13063658.

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

Color convert

RGB23485199-
CMYK00.640.150.08
HSL314.09º78.01%62.55%-
HSV(B)314.09º63.68%91.76%-
XYZ47.4928.1156.96-
YUV142.55159.86193.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.17%
GREEN value IS 85 (33.59% from 255) = 16.41%
BLUE value IS 199 (78.12% from 255) = 38.42%
R=45.17%
G=16.41%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348519900.640.150.08314.0978.0162.55
HexEA55C7040F813a4e3f
Octal3521253070100171047211677
Binary1110101010101011100011101000000111110001001110101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA55C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA55C7; }

 p { color: rgb(234,85,199); }

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

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

 a { background-color: rgb(234,85,199); }

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

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

 span { border-color: rgb(234,85,199); }

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