#EA60CF

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

Shades of Free Speech Magenta #EA60CF

Tints of Free Speech Magenta #EA60CF

Color information

#EA60CF (or 0xEA60CF) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 60 and CF. RGB value is (234,96,207). Sum of RGB (Red+Green+Blue) = 234+96+207=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 96 (37.89% from 255 or 17.88% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EA60CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA60CF is #159F30. Grayscale: #959595. Windows color (decimal): -1417009 or 13590762. OLE color: 13590762.

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

Color convert

RGB23496207-
CMYK00.590.120.08
HSL311.74º76.67%64.71%-
HSV(B)311.74º58.97%91.76%-
XYZ49.3830.3662.29-
YUV149.92160.22187.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.58%
GREEN value IS 96 (37.89% from 255) = 17.88%
BLUE value IS 207 (81.25% from 255) = 38.55%
R=43.58%
G=17.88%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349620700.590.120.08311.7476.6764.71
HexEA60CF03BC81384d41
Octal3521403170731410470115101
Binary1110101011000001100111101110111100100010011100010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA60CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA60CF; }

 p { color: rgb(234,96,207); }

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

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

 a { background-color: rgb(234,96,207); }

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

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

 span { border-color: rgb(234,96,207); }

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