Html Css Color HEX #ED60CF Free Speech Magenta

📋 copy color: '#ED60CF'

red 237 ◦ green 96 ◦ blue 207

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

Shades of Free Speech Magenta #ED60CF

Tints of Free Speech Magenta #ED60CF

RGB

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

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

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

R = 43.89%
G = 17.78%
B = 38.33%

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

#ED60CF (or 0xED60CF) is known color: Free Speech Magenta. HEX triplet: ED, 60 and CF. RGB value is (237,96,207). Sum of RGB (Red+Green+Blue) = 237+96+207=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 96 (37.89% from 255 or 17.78% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED60CF is #129F30. Grayscale: #969696. Windows color (decimal): -1220401 or 13590765. OLE color: 13590765.

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

Color convert

RGB 237 96 207 -
CMYK 0 0.59 0.13 0.07
HSL 312.77º 0.8% 0.65% -
HSV(B) 312.77º 0.59% 0.93% -
XYZ 50.37 30.88 62.34 -
YUV 150.81 159.71 189.47 -
System Red Green Blue C M Y K H S L
Decimal 237 96 207 0 0.59 0.13 0.07 312.77 0.8 0.65
Hex ED 60 CF 0 3B D 7 139 50 41
Octal 355 140 317 0 73 15 7 471 120 101
Binary 11101101 1100000 11001111 0 111011 1101 111 100111001 1010000 1000001

Color Harmonies of #ED60CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED60CF

Black with #ED60CF

Text Example


Text Example

White with #ED60CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED60CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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