Html Css Color HEX #ED5DD2 Free Speech Magenta

📋 copy color: '#ED5DD2'

red 237 ◦ green 93 ◦ blue 210

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

Shades of Free Speech Magenta #ED5DD2

Tints of Free Speech Magenta #ED5DD2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.22%

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

R = 43.89%
G = 17.22%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ED5DD2 (or 0xED5DD2) is known color: Free Speech Magenta. HEX triplet: ED, 5D and D2. RGB value is (237,93,210). Sum of RGB (Red+Green+Blue) = 237+93+210=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 93 (36.72% from 255 or 17.22% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5DD2 is #12A22D. Grayscale: #959595. Windows color (decimal): -1221166 or 13786605. OLE color: 13786605.

HSL color Cylindrical-coordinate representation of color #ED5DD2: hue angle of 311.25º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED5DD2 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 93 210 -
CMYK 0 0.61 0.11 0.07
HSL 311.25º 0.8% 0.65% -
HSV(B) 311.25º 0.61% 0.93% -
XYZ 50.47 30.49 64.2 -
YUV 149.39 162.21 190.49 -
System Red Green Blue C M Y K H S L
Decimal 237 93 210 0 0.61 0.11 0.07 311.25 0.8 0.65
Hex ED 5D D2 0 3D B 7 137 50 41
Octal 355 135 322 0 75 13 7 467 120 101
Binary 11101101 1011101 11010010 0 111101 1011 111 100110111 1010000 1000001

Color Harmonies of #ED5DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5DD2

Black with #ED5DD2

Text Example


Text Example

White with #ED5DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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