#ED68D8

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

Shades of Free Speech Magenta #ED68D8

Tints of Free Speech Magenta #ED68D8

Color information

#ED68D8 (or 0xED68D8) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 68 and D8. RGB value is (237,104,216). Sum of RGB (Red+Green+Blue) = 237+104+216=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 104 (41.02% from 255 or 18.67% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #ED68D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED68D8 is #129727. Grayscale: #9C9C9C. Windows color (decimal): -1218344 or 14182637. OLE color: 14182637.

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

Color convert

RGB237104216-
CMYK00.560.090.07
HSL309.47º78.7%66.86%-
HSV(B)309.47º56.12%92.94%-
XYZ52.2732.8668.55-
YUV156.54161.56185.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.55%
GREEN value IS 104 (41.02% from 255) = 18.67%
BLUE value IS 216 (84.77% from 255) = 38.78%
R=42.55%
G=18.67%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710421600.560.090.07309.4778.766.86
HexED68D8038971354f43
Octal355150330070117465117103
Binary111011011101000110110000111000100111110011010110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED68D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED68D8; }

 p { color: rgb(237,104,216); }

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

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

 a { background-color: rgb(237,104,216); }

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

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

 span { border-color: rgb(237,104,216); }

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