Html Css Color HEX #ED59CE Free Speech Magenta

📋 copy color: '#ED59CE'

red 237 ◦ green 89 ◦ blue 206

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

Shades of Free Speech Magenta #ED59CE

Tints of Free Speech Magenta #ED59CE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.73%

 BLUE value IS 206 (80.86% from 255) = 38.72%

R = 44.55%
G = 16.73%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED59CE (or 0xED59CE) is known color: Free Speech Magenta. HEX triplet: ED, 59 and CE. RGB value is (237,89,206). Sum of RGB (Red+Green+Blue) = 237+89+206=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 89 (35.16% from 255 or 16.73% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED59CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED59CE is #12A631. Grayscale: #929292. Windows color (decimal): -1222194 or 13523437. OLE color: 13523437.

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

Color convert

RGB 237 89 206 -
CMYK 0 0.62 0.13 0.07
HSL 312.57º 0.8% 0.64% -
HSV(B) 312.57º 0.62% 0.93% -
XYZ 49.64 29.61 61.49 -
YUV 146.59 161.53 192.49 -
System Red Green Blue C M Y K H S L
Decimal 237 89 206 0 0.62 0.13 0.07 312.57 0.8 0.64
Hex ED 59 CE 0 3E D 7 139 50 40
Octal 355 131 316 0 76 15 7 471 120 100
Binary 11101101 1011001 11001110 0 111110 1101 111 100111001 1010000 1000000

Color Harmonies of #ED59CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED59CE

Black with #ED59CE

Text Example


Text Example

White with #ED59CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED59CE; }

 p { color: rgb(237,89,206); }

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

background-color css

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

 a { background-color: rgb(237,89,206); }

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

border-color css

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

 span { border-color: rgb(237,89,206); }

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