#ED69DF

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

Shades of Free Speech Magenta #ED69DF

Tints of Free Speech Magenta #ED69DF

Color information

#ED69DF (or 0xED69DF) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 69 and DF. RGB value is (237,105,223). Sum of RGB (Red+Green+Blue) = 237+105+223=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 105 (41.41% from 255 or 18.58% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #ED69DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED69DF is #129620. Grayscale: #9D9D9D. Windows color (decimal): -1218081 or 14641645. OLE color: 14641645.

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

Color convert

RGB237105223-
CMYK00.560.060.07
HSL306.36º78.57%67.06%-
HSV(B)306.36º55.7%92.94%-
XYZ53.333.4473.46-
YUV157.92164.73184.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.95%
GREEN value IS 105 (41.41% from 255) = 18.58%
BLUE value IS 223 (87.5% from 255) = 39.47%
R=41.95%
G=18.58%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710522300.560.060.07306.3678.5767.06
HexED69DF038671324f43
Octal35515133707067462117103
Binary11101101110100111011111011100011011110011001010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED69DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED69DF; }

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

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

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

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

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

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

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

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