#ED66D4

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

Shades of Free Speech Magenta #ED66D4

Tints of Free Speech Magenta #ED66D4

Color information

#ED66D4 (or 0xED66D4) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 66 and D4. RGB value is (237,102,212). Sum of RGB (Red+Green+Blue) = 237+102+212=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 102 (40.23% from 255 or 18.51% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED66D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED66D4 is #12992B. Grayscale: #9A9A9A. Windows color (decimal): -1218860 or 13919981. OLE color: 13919981.

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

Color convert

RGB237102212-
CMYK00.570.110.07
HSL311.11º78.95%66.47%-
HSV(B)311.11º56.96%92.94%-
XYZ51.5632.2665.8-
YUV154.9160.23186.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.01%
GREEN value IS 102 (40.23% from 255) = 18.51%
BLUE value IS 212 (83.20% from 255) = 38.48%
R=43.01%
G=18.51%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710221200.570.110.07311.1178.9566.47
HexED66D4039B71374f42
Octal355146324071137467117102
Binary111011011100110110101000111001101111110011011110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED66D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED66D4; }

 p { color: rgb(237,102,212); }

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

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

 a { background-color: rgb(237,102,212); }

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

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

 span { border-color: rgb(237,102,212); }

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