Html Css Color HEX #ED58DB Free Speech Magenta

📋 copy color: '#ED58DB'

red 237 ◦ green 88 ◦ blue 219

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

Shades of Free Speech Magenta #ED58DB

Tints of Free Speech Magenta #ED58DB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.18%

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

R = 43.57%
G = 16.18%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED58DB (or 0xED58DB) is known color: Free Speech Magenta. HEX triplet: ED, 58 and DB. RGB value is (237,88,219). Sum of RGB (Red+Green+Blue) = 237+88+219=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 88 (34.77% from 255 or 16.18% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #ED58DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED58DB is #12A724. Grayscale: #939393. Windows color (decimal): -1222437 or 14375149. OLE color: 14375149.

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

Color convert

RGB 237 88 219 -
CMYK 0 0.63 0.08 0.07
HSL 307.25º 0.81% 0.64% -
HSV(B) 307.25º 0.63% 0.93% -
XYZ 51.2 30.1 70.13 -
YUV 147.49 168.36 191.85 -
System Red Green Blue C M Y K H S L
Decimal 237 88 219 0 0.63 0.08 0.07 307.25 0.81 0.64
Hex ED 58 DB 0 3F 8 7 133 51 40
Octal 355 130 333 0 77 10 7 463 121 100
Binary 11101101 1011000 11011011 0 111111 1000 111 100110011 1010001 1000000

Color Harmonies of #ED58DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED58DB

Black with #ED58DB

Text Example


Text Example

White with #ED58DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED58DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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