Html Css Color HEX #ED60EC Free Speech Magenta

📋 copy color: '#ED60EC'

red 237 ◦ green 96 ◦ blue 236

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

Shades of Free Speech Magenta #ED60EC

Tints of Free Speech Magenta #ED60EC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.87%

 BLUE value IS 236 (92.58% from 255) = 41.48%

R = 41.65%
G = 16.87%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED60EC (or 0xED60EC) is known color: Free Speech Magenta. HEX triplet: ED, 60 and EC. RGB value is (237,96,236). Sum of RGB (Red+Green+Blue) = 237+96+236=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 96 (37.89% from 255 or 16.87% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED60EC is #129F13. Grayscale: #999999. Windows color (decimal): -1220372 or 15491309. OLE color: 15491309.

HSL color Cylindrical-coordinate representation of color #ED60EC: hue angle of 300.43º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED60EC is Cyan = 0, Magento = 0.59, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 96 236 -
CMYK 0 0.59 0.00 0.07
HSL 300.43º 0.8% 0.65% -
HSV(B) 300.43º 0.59% 0.93% -
XYZ 54.25 32.43 82.76 -
YUV 154.12 174.21 187.12 -
System Red Green Blue C M Y K H S L
Decimal 237 96 236 0 0.59 0.00 0.07 300.43 0.8 0.65
Hex ED 60 EC 0 3B 0 7 12C 50 41
Octal 355 140 354 0 73 0 7 454 120 101
Binary 11101101 1100000 11101100 0 111011 0 111 100101100 1010000 1000001

Color Harmonies of #ED60EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED60EC

Black with #ED60EC

Text Example


Text Example

White with #ED60EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED60EC; }

 p { color: rgb(237,96,236); }

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

background-color css

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

 a { background-color: rgb(237,96,236); }

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

border-color css

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

 span { border-color: rgb(237,96,236); }

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