#ED62D0

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

Shades of Free Speech Magenta #ED62D0

Tints of Free Speech Magenta #ED62D0

Color information

#ED62D0 (or 0xED62D0) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 62 and D0. RGB value is (237,98,208). Sum of RGB (Red+Green+Blue) = 237+98+208=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 98 (38.67% from 255 or 18.05% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED62D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED62D0 is #129D2F. Grayscale: #979797. Windows color (decimal): -1219888 or 13656813. OLE color: 13656813.

HSL color Cylindrical-coordinate representation of color #ED62D0: hue angle of 312.52º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED62D0 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB23798208-
CMYK00.590.120.07
HSL312.52º79.43%65.69%-
HSV(B)312.52º58.65%92.94%-
XYZ50.6831.2963.04-
YUV152.1159.55188.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.65%
GREEN value IS 98 (38.67% from 255) = 18.05%
BLUE value IS 208 (81.64% from 255) = 38.31%
R=43.65%
G=18.05%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379820800.590.120.07312.5279.4365.69
HexED62D003BC71394f42
Octal355142320073147471117102
Binary111011011100010110100000111011110011110011100110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED62D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED62D0; }

 p { color: rgb(237,98,208); }

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

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

 a { background-color: rgb(237,98,208); }

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

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

 span { border-color: rgb(237,98,208); }

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