Html Css Color HEX #ED60CE Free Speech Magenta

📋 copy color: '#ED60CE'

red 237 ◦ green 96 ◦ blue 206

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

Shades of Free Speech Magenta #ED60CE

Tints of Free Speech Magenta #ED60CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 43.97%
G = 17.81%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED60CE (or 0xED60CE) is known color: Free Speech Magenta. HEX triplet: ED, 60 and CE. RGB value is (237,96,206). Sum of RGB (Red+Green+Blue) = 237+96+206=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 96 (37.89% from 255 or 17.81% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED60CE is #129F31. Grayscale: #969696. Windows color (decimal): -1220402 or 13525229. OLE color: 13525229.

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

Color convert

RGB 237 96 206 -
CMYK 0 0.59 0.13 0.07
HSL 313.19º 0.8% 0.65% -
HSV(B) 313.19º 0.59% 0.93% -
XYZ 50.25 30.83 61.69 -
YUV 150.7 159.21 189.56 -
System Red Green Blue C M Y K H S L
Decimal 237 96 206 0 0.59 0.13 0.07 313.19 0.8 0.65
Hex ED 60 CE 0 3B D 7 139 50 41
Octal 355 140 316 0 73 15 7 471 120 101
Binary 11101101 1100000 11001110 0 111011 1101 111 100111001 1010000 1000001

Color Harmonies of #ED60CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED60CE

Black with #ED60CE

Text Example


Text Example

White with #ED60CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED60CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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