Html Css Color HEX #ED58CF Free Speech Magenta

📋 copy color: '#ED58CF'

red 237 ◦ green 88 ◦ blue 207

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

Shades of Free Speech Magenta #ED58CF

Tints of Free Speech Magenta #ED58CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.91%

R = 44.55%
G = 16.54%
B = 38.91%

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

#ED58CF (or 0xED58CF) is known color: Free Speech Magenta. HEX triplet: ED, 58 and CF. RGB value is (237,88,207). Sum of RGB (Red+Green+Blue) = 237+88+207=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 88 (34.77% from 255 or 16.54% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED58CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED58CF is #12A730. Grayscale: #919191. Windows color (decimal): -1222449 or 13588717. OLE color: 13588717.

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

Color convert

RGB 237 88 207 -
CMYK 0 0.63 0.13 0.07
HSL 312.08º 0.81% 0.64% -
HSV(B) 312.08º 0.63% 0.93% -
XYZ 49.68 29.49 62.11 -
YUV 146.12 162.36 192.82 -
System Red Green Blue C M Y K H S L
Decimal 237 88 207 0 0.63 0.13 0.07 312.08 0.81 0.64
Hex ED 58 CF 0 3F D 7 138 51 40
Octal 355 130 317 0 77 15 7 470 121 100
Binary 11101101 1011000 11001111 0 111111 1101 111 100111000 1010001 1000000

Color Harmonies of #ED58CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED58CF

Black with #ED58CF

Text Example


Text Example

White with #ED58CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED58CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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