#EA52C5

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

Shades of Free Speech Magenta #EA52C5

Tints of Free Speech Magenta #EA52C5

Color information

#EA52C5 (or 0xEA52C5) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 52 and C5. RGB value is (234,82,197). Sum of RGB (Red+Green+Blue) = 234+82+197=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA52C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA52C5 is #15AD3A. Grayscale: #8C8C8C. Windows color (decimal): -1420603 or 12931818. OLE color: 12931818.

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

Color convert

RGB23482197-
CMYK00.650.160.08
HSL314.61º78.35%61.96%-
HSV(B)314.61º64.96%91.76%-
XYZ47.0327.5655.66-
YUV140.56159.86194.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.61%
GREEN value IS 82 (32.42% from 255) = 15.98%
BLUE value IS 197 (77.34% from 255) = 38.40%
R=45.61%
G=15.98%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348219700.650.160.08314.6178.3561.96
HexEA52C504110813b4e3e
Octal3521223050101201047311676
Binary11101010101001011000101010000011000010001001110111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA52C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA52C5; }

 p { color: rgb(234,82,197); }

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

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

 a { background-color: rgb(234,82,197); }

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

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

 span { border-color: rgb(234,82,197); }

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