Html Css Color HEX #ED60D5 Free Speech Magenta

📋 copy color: '#ED60D5'

red 237 ◦ green 96 ◦ blue 213

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

Shades of Free Speech Magenta #ED60D5

Tints of Free Speech Magenta #ED60D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.01%

R = 43.41%
G = 17.58%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ED60D5 (or 0xED60D5) is known color: Free Speech Magenta. HEX triplet: ED, 60 and D5. RGB value is (237,96,213). Sum of RGB (Red+Green+Blue) = 237+96+213=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 96 (37.89% from 255 or 17.58% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED60D5 is #129F2A. Grayscale: #979797. Windows color (decimal): -1220395 or 13983981. OLE color: 13983981.

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

Color convert

RGB 237 96 213 -
CMYK 0 0.59 0.10 0.07
HSL 310.21º 0.8% 0.65% -
HSV(B) 310.21º 0.59% 0.93% -
XYZ 51.12 31.17 66.27 -
YUV 151.5 162.71 188.99 -
System Red Green Blue C M Y K H S L
Decimal 237 96 213 0 0.59 0.10 0.07 310.21 0.8 0.65
Hex ED 60 D5 0 3B A 7 136 50 41
Octal 355 140 325 0 73 12 7 466 120 101
Binary 11101101 1100000 11010101 0 111011 1010 111 100110110 1010000 1000001

Color Harmonies of #ED60D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED60D5

Black with #ED60D5

Text Example


Text Example

White with #ED60D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED60D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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