Html Css Color HEX #ED60D2 Free Speech Magenta

📋 copy color: '#ED60D2'

red 237 ◦ green 96 ◦ blue 210

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

Shades of Free Speech Magenta #ED60D2

Tints of Free Speech Magenta #ED60D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.67%

R = 43.65%
G = 17.68%
B = 38.67%

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

#ED60D2 (or 0xED60D2) is known color: Free Speech Magenta. HEX triplet: ED, 60 and D2. RGB value is (237,96,210). Sum of RGB (Red+Green+Blue) = 237+96+210=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 96 (37.89% from 255 or 17.68% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED60D2 is #129F2D. Grayscale: #969696. Windows color (decimal): -1220398 or 13787373. OLE color: 13787373.

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

Color convert

RGB 237 96 210 -
CMYK 0 0.59 0.11 0.07
HSL 311.49º 0.8% 0.65% -
HSV(B) 311.49º 0.59% 0.93% -
XYZ 50.74 31.02 64.29 -
YUV 151.16 161.21 189.23 -
System Red Green Blue C M Y K H S L
Decimal 237 96 210 0 0.59 0.11 0.07 311.49 0.8 0.65
Hex ED 60 D2 0 3B B 7 137 50 41
Octal 355 140 322 0 73 13 7 467 120 101
Binary 11101101 1100000 11010010 0 111011 1011 111 100110111 1010000 1000001

Color Harmonies of #ED60D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED60D2

Black with #ED60D2

Text Example


Text Example

White with #ED60D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED60D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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