Html Css Color HEX #ED61DB Free Speech Magenta

📋 copy color: '#ED61DB'

red 237 ◦ green 97 ◦ blue 219

#ED61DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #ED61DB

Tints of Free Speech Magenta #ED61DB

RGB

 RED value IS 237 (92.97% from 255) = 42.86%

 GREEN value IS 97 (38.28% from 255) = 17.54%

 BLUE value IS 219 (85.94% from 255) = 39.6%

R = 42.86%
G = 17.54%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED61DB (or 0xED61DB) is known color: Free Speech Magenta. HEX triplet: ED, 61 and DB. RGB value is (237,97,219). Sum of RGB (Red+Green+Blue) = 237+97+219=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 97 (38.28% from 255 or 17.54% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED61DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED61DB is #129E24. Grayscale: #989898. Windows color (decimal): -1220133 or 14377453. OLE color: 14377453.

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

Color convert

RGB 237 97 219 -
CMYK 0 0.59 0.08 0.07
HSL 307.71º 0.8% 0.65% -
HSV(B) 307.71º 0.59% 0.93% -
XYZ 51.99 31.67 70.39 -
YUV 152.77 165.38 188.08 -
System Red Green Blue C M Y K H S L
Decimal 237 97 219 0 0.59 0.08 0.07 307.71 0.8 0.65
Hex ED 61 DB 0 3B 8 7 134 50 41
Octal 355 141 333 0 73 10 7 464 120 101
Binary 11101101 1100001 11011011 0 111011 1000 111 100110100 1010000 1000001

Color Harmonies of #ED61DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED61DB

Black with #ED61DB

Text Example


Text Example

White with #ED61DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED61DB; }

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

 H1.HeaderClassName
 {
   color: #ED61DB;
 }
 .AnyTagClassName
 {
   color: #ED61DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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