#EA50C6

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

Shades of Free Speech Magenta #EA50C6

Tints of Free Speech Magenta #EA50C6

Color information

#EA50C6 (or 0xEA50C6) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 50 and C6. RGB value is (234,80,198). Sum of RGB (Red+Green+Blue) = 234+80+198=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA50C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA50C6 is #15AF39. Grayscale: #8B8B8B. Windows color (decimal): -1421114 or 12996842. OLE color: 12996842.

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

Color convert

RGB23480198-
CMYK00.660.150.08
HSL314.03º78.57%61.57%-
HSV(B)314.03º65.81%91.76%-
XYZ46.9927.3156.22-
YUV139.5161.02195.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.70%
GREEN value IS 80 (31.64% from 255) = 15.62%
BLUE value IS 198 (77.73% from 255) = 38.67%
R=45.70%
G=15.62%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348019800.660.150.08314.0378.5761.57
HexEA50C6042F813a4f3e
Octal3521203060102171047211776
Binary1110101010100001100011001000010111110001001110101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA50C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA50C6; }

 p { color: rgb(234,80,198); }

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

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

 a { background-color: rgb(234,80,198); }

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

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

 span { border-color: rgb(234,80,198); }

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