#ed6cdf

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

Shades of Free Speech Magenta #ED6CDF

Tints of Free Speech Magenta #ED6CDF

Color information

#ED6CDF (or 0xED6CDF) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 6C and DF. RGB value is (237,108,223). Sum of RGB (Red+Green+Blue) = 237+108+223=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 108 (42.58% from 255 or 19.01% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6CDF is #129320. Grayscale: #9F9F9F. Windows color (decimal): -1217313 or 14642413. OLE color: 14642413.

HSL color Cylindrical-coordinate representation of color #ED6CDF: hue angle of 306.51º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6CDF is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB237108223-
CMYK00.540.060.07
HSL306.51º78.18%67.65%-
HSV(B)306.51º54.43%92.94%-
XYZ53.6134.0673.56-
YUV159.68163.74183.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 108 (42.58% from 255) = 19.01%
BLUE value IS 223 (87.5% from 255) = 39.26%
R=41.73%
G=19.01%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710822300.540.060.07306.5178.1867.65
HexED6CDF036671334e44
Octal35515433706667463116104
Binary11101101110110011011111011011011011110011001110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed6cdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed6cdf; }

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

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

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

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

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

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

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

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