Html Css Color HEX #ED55DF Free Speech Magenta

📋 copy color: '#ED55DF'

red 237 ◦ green 85 ◦ blue 223

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

Shades of Free Speech Magenta #ED55DF

Tints of Free Speech Magenta #ED55DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.6%

 BLUE value IS 223 (87.5% from 255) = 40.92%

R = 43.49%
G = 15.6%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED55DF (or 0xED55DF) is known color: Free Speech Magenta. HEX triplet: ED, 55 and DF. RGB value is (237,85,223). Sum of RGB (Red+Green+Blue) = 237+85+223=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 85 (33.59% from 255 or 15.60% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED55DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED55DF is #12AA20. Grayscale: #919191. Windows color (decimal): -1223201 or 14636525. OLE color: 14636525.

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

Color convert

RGB 237 85 223 -
CMYK 0 0.64 0.06 0.07
HSL 305.53º 0.81% 0.63% -
HSV(B) 305.53º 0.64% 0.93% -
XYZ 51.49 29.83 72.86 -
YUV 146.18 171.36 192.78 -
System Red Green Blue C M Y K H S L
Decimal 237 85 223 0 0.64 0.06 0.07 305.53 0.81 0.63
Hex ED 55 DF 0 40 6 7 132 51 3F
Octal 355 125 337 0 100 6 7 462 121 77
Binary 11101101 1010101 11011111 0 1000000 110 111 100110010 1010001 111111

Color Harmonies of #ED55DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED55DF

Black with #ED55DF

Text Example


Text Example

White with #ED55DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED55DF; }

 p { color: rgb(237,85,223); }

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

background-color css

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

 a { background-color: rgb(237,85,223); }

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

border-color css

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

 span { border-color: rgb(237,85,223); }

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