#ED60DB

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

Shades of Free Speech Magenta #ED60DB

Tints of Free Speech Magenta #ED60DB

Color information

#ED60DB (or 0xED60DB) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 60 and DB. RGB value is (237,96,219). Sum of RGB (Red+Green+Blue) = 237+96+219=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 96 (37.89% from 255 or 17.39% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED60DB is #129F24. Grayscale: #979797. Windows color (decimal): -1220389 or 14377197. OLE color: 14377197.

HSL color Cylindrical-coordinate representation of color #ED60DB: hue angle of 307.66º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED60DB is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB23796219-
CMYK00.590.080.07
HSL307.66º79.66%65.29%-
HSV(B)307.66º59.49%92.94%-
XYZ51.8931.4870.36-
YUV152.18165.71188.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 96 (37.89% from 255) = 17.39%
BLUE value IS 219 (85.94% from 255) = 39.67%
R=42.93%
G=17.39%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379621900.590.080.07307.6679.6665.29
HexED60DB03B871345041
Octal355140333073107464120101
Binary111011011100000110110110111011100011110011010010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED60DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED60DB; }

 p { color: rgb(237,96,219); }

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

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

 a { background-color: rgb(237,96,219); }

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

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

 span { border-color: rgb(237,96,219); }

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