#ED66EA

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

Shades of Free Speech Magenta #ED66EA

Tints of Free Speech Magenta #ED66EA

Color information

#ED66EA (or 0xED66EA) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 66 and EA. RGB value is (237,102,234). Sum of RGB (Red+Green+Blue) = 237+102+234=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 102 (40.23% from 255 or 17.80% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #ED66EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED66EA is #129915. Grayscale: #9D9D9D. Windows color (decimal): -1218838 or 15361773. OLE color: 15361773.

HSL color Cylindrical-coordinate representation of color #ED66EA: hue angle of 301.33º 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 #ED66EA is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB237102234-
CMYK00.570.010.07
HSL301.33º78.95%66.47%-
HSV(B)301.33º56.96%92.94%-
XYZ54.5333.4581.42-
YUV157.41171.23184.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 102 (40.23% from 255) = 17.80%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=41.36%
G=17.80%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710223400.570.010.07301.3378.9566.47
HexED66EA0391712d4f42
Octal35514635207117455117102
Binary111011011100110111010100111001111110010110110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED66EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED66EA; }

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

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

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

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

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

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

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

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