#EA55CC

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

Shades of Free Speech Magenta #EA55CC

Tints of Free Speech Magenta #EA55CC

Color information

#EA55CC (or 0xEA55CC) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 55 and CC. RGB value is (234,85,204). Sum of RGB (Red+Green+Blue) = 234+85+204=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA55CC is #15AA33. Grayscale: #8E8E8E. Windows color (decimal): -1419828 or 13391338. OLE color: 13391338.

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

Color convert

RGB23485204-
CMYK00.640.130.08
HSL312.08º78.01%62.55%-
HSV(B)312.08º63.68%91.76%-
XYZ48.0828.3560.06-
YUV143.12162.36192.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.74%
GREEN value IS 85 (33.59% from 255) = 16.25%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=44.74%
G=16.25%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348520400.640.130.08312.0878.0162.55
HexEA55CC040D81384e3f
Octal3521253140100151047011677
Binary1110101010101011100110001000000110110001001110001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA55CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA55CC; }

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

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

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

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

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

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

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

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