Html Css Color HEX #ED60D3 Free Speech Magenta

📋 copy color: '#ED60D3'

red 237 ◦ green 96 ◦ blue 211

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

Shades of Free Speech Magenta #ED60D3

Tints of Free Speech Magenta #ED60D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.79%

R = 43.57%
G = 17.65%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ED60D3 (or 0xED60D3) is known color: Free Speech Magenta. HEX triplet: ED, 60 and D3. RGB value is (237,96,211). Sum of RGB (Red+Green+Blue) = 237+96+211=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 96 (37.89% from 255 or 17.65% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED60D3 is #129F2C. Grayscale: #969696. Windows color (decimal): -1220397 or 13852909. OLE color: 13852909.

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

Color convert

RGB 237 96 211 -
CMYK 0 0.59 0.11 0.07
HSL 311.06º 0.8% 0.65% -
HSV(B) 311.06º 0.59% 0.93% -
XYZ 50.87 31.07 64.94 -
YUV 151.27 161.71 189.15 -
System Red Green Blue C M Y K H S L
Decimal 237 96 211 0 0.59 0.11 0.07 311.06 0.8 0.65
Hex ED 60 D3 0 3B B 7 137 50 41
Octal 355 140 323 0 73 13 7 467 120 101
Binary 11101101 1100000 11010011 0 111011 1011 111 100110111 1010000 1000001

Color Harmonies of #ED60D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED60D3

Black with #ED60D3

Text Example


Text Example

White with #ED60D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED60D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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