Html Css Color HEX #ED57CE Free Speech Magenta

📋 copy color: '#ED57CE'

red 237 ◦ green 87 ◦ blue 206

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

Shades of Free Speech Magenta #ED57CE

Tints of Free Speech Magenta #ED57CE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.42%

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

R = 44.72%
G = 16.42%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED57CE (or 0xED57CE) is known color: Free Speech Magenta. HEX triplet: ED, 57 and CE. RGB value is (237,87,206). Sum of RGB (Red+Green+Blue) = 237+87+206=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 87 (34.38% from 255 or 16.42% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED57CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED57CE is #12A831. Grayscale: #919191. Windows color (decimal): -1222706 or 13522925. OLE color: 13522925.

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

Color convert

RGB 237 87 206 -
CMYK 0 0.63 0.13 0.07
HSL 312.4º 0.81% 0.64% -
HSV(B) 312.4º 0.63% 0.93% -
XYZ 49.47 29.28 61.44 -
YUV 145.42 162.2 193.32 -
System Red Green Blue C M Y K H S L
Decimal 237 87 206 0 0.63 0.13 0.07 312.4 0.81 0.64
Hex ED 57 CE 0 3F D 7 138 51 40
Octal 355 127 316 0 77 15 7 470 121 100
Binary 11101101 1010111 11001110 0 111111 1101 111 100111000 1010001 1000000

Color Harmonies of #ED57CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED57CE

Black with #ED57CE

Text Example


Text Example

White with #ED57CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED57CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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