#ED69D2

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

Shades of Free Speech Magenta #ED69D2

Tints of Free Speech Magenta #ED69D2

Color information

#ED69D2 (or 0xED69D2) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 69 and D2. RGB value is (237,105,210). Sum of RGB (Red+Green+Blue) = 237+105+210=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED69D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED69D2 is #12962D. Grayscale: #9C9C9C. Windows color (decimal): -1218094 or 13789677. OLE color: 13789677.

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

Color convert

RGB237105210-
CMYK00.560.110.07
HSL312.27º78.57%67.06%-
HSV(B)312.27º55.7%92.94%-
XYZ51.6132.7664.58-
YUV156.44158.23185.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 105 (41.41% from 255) = 19.02%
BLUE value IS 210 (82.42% from 255) = 38.04%
R=42.93%
G=19.02%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710521000.560.110.07312.2778.5767.06
HexED69D2038B71384f43
Octal355151322070137470117103
Binary111011011101001110100100111000101111110011100010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED69D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED69D2; }

 p { color: rgb(237,105,210); }

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

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

 a { background-color: rgb(237,105,210); }

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

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

 span { border-color: rgb(237,105,210); }

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