#ED52C3

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

Shades of Free Speech Magenta #ED52C3

Tints of Free Speech Magenta #ED52C3

Color information

#ED52C3 (or 0xED52C3) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 52 and C3. RGB value is (237,82,195). Sum of RGB (Red+Green+Blue) = 237+82+195=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 82 (32.42% from 255 or 15.95% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED52C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED52C3 is #12AD3C. Grayscale: #8C8C8C. Windows color (decimal): -1223997 or 12800749. OLE color: 12800749.

HSL color Cylindrical-coordinate representation of color #ED52C3: hue angle of 316.26º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED52C3 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB23782195-
CMYK00.650.180.07
HSL316.26º81.15%62.55%-
HSV(B)316.26º65.4%92.94%-
XYZ47.7927.9854.51-
YUV141.23158.35196.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.11%
GREEN value IS 82 (32.42% from 255) = 15.95%
BLUE value IS 195 (76.56% from 255) = 37.94%
R=46.11%
G=15.95%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378219500.650.180.07316.2681.1562.55
HexED52C304112713c513f
Octal355122303010122747412177
Binary1110110110100101100001101000001100101111001111001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED52C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED52C3; }

 p { color: rgb(237,82,195); }

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

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

 a { background-color: rgb(237,82,195); }

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

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

 span { border-color: rgb(237,82,195); }

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