#EA52C0

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

Shades of Free Speech Magenta #EA52C0

Tints of Free Speech Magenta #EA52C0

Color information

#EA52C0 (or 0xEA52C0) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 52 and C0. RGB value is (234,82,192). Sum of RGB (Red+Green+Blue) = 234+82+192=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 82 (32.42% from 255 or 16.14% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EA52C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA52C0 is #15AD3F. Grayscale: #8B8B8B. Windows color (decimal): -1420608 or 12604138. OLE color: 12604138.

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

Color convert

RGB23482192-
CMYK00.650.180.08
HSL316.58º78.35%61.96%-
HSV(B)316.58º64.96%91.76%-
XYZ46.4627.3352.7-
YUV139.99157.36195.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.06%
GREEN value IS 82 (32.42% from 255) = 16.14%
BLUE value IS 192 (75.39% from 255) = 37.80%
R=46.06%
G=16.14%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348219200.650.180.08316.5878.3561.96
HexEA52C004112813d4e3e
Octal3521223000101221047511676
Binary11101010101001011000000010000011001010001001111011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA52C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA52C0; }

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

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

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

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

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

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

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

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