Html Css Color HEX #ED58C3 Free Speech Magenta

📋 copy color: '#ED58C3'

red 237 ◦ green 88 ◦ blue 195

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

Shades of Free Speech Magenta #ED58C3

Tints of Free Speech Magenta #ED58C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.5%

R = 45.58%
G = 16.92%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ED58C3 (or 0xED58C3) is known color: Free Speech Magenta. HEX triplet: ED, 58 and C3. RGB value is (237,88,195). Sum of RGB (Red+Green+Blue) = 237+88+195=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED58C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED58C3 is #12A73C. Grayscale: #909090. Windows color (decimal): -1222461 or 12802285. OLE color: 12802285.

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

Color convert

RGB 237 88 195 -
CMYK 0 0.63 0.18 0.07
HSL 316.91º 0.81% 0.64% -
HSV(B) 316.91º 0.63% 0.93% -
XYZ 48.27 28.92 54.67 -
YUV 144.75 156.36 193.8 -
System Red Green Blue C M Y K H S L
Decimal 237 88 195 0 0.63 0.18 0.07 316.91 0.81 0.64
Hex ED 58 C3 0 3F 12 7 13D 51 40
Octal 355 130 303 0 77 22 7 475 121 100
Binary 11101101 1011000 11000011 0 111111 10010 111 100111101 1010001 1000000

Color Harmonies of #ED58C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED58C3

Black with #ED58C3

Text Example


Text Example

White with #ED58C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED58C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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