Html Css Color HEX #ED55EF Free Speech Magenta

📋 copy color: '#ED55EF'

red 237 ◦ green 85 ◦ blue 239

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

Shades of Free Speech Magenta #ED55EF

Tints of Free Speech Magenta #ED55EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.6%

R = 42.25%
G = 15.15%
B = 42.6%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED55EF (or 0xED55EF) is known color: Free Speech Magenta. HEX triplet: ED, 55 and EF. RGB value is (237,85,239). Sum of RGB (Red+Green+Blue) = 237+85+239=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 85 (33.59% from 255 or 15.15% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED55EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED55EF is #12AA10. Grayscale: #939393. Windows color (decimal): -1223185 or 15685101. OLE color: 15685101.

HSL color Cylindrical-coordinate representation of color #ED55EF: hue angle of 299.22º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED55EF is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 85 239 -
CMYK 0.01 0.64 0 0.06
HSL 299.22º 0.83% 0.64% -
HSV(B) 299.22º 0.64% 0.94% -
XYZ 53.75 30.73 84.76 -
YUV 148 179.36 191.48 -
System Red Green Blue C M Y K H S L
Decimal 237 85 239 0.01 0.64 0 0.06 299.22 0.83 0.64
Hex ED 55 EF 1 40 0 6 12B 53 40
Octal 355 125 357 1 100 0 6 453 123 100
Binary 11101101 1010101 11101111 1 1000000 0 110 100101011 1010011 1000000

Color Harmonies of #ED55EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED55EF

Black with #ED55EF

Text Example


Text Example

White with #ED55EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED55EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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