Html Css Color HEX #ED4DD2 Free Speech Magenta

📋 copy color: '#ED4DD2'

red 237 ◦ green 77 ◦ blue 210

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

Shades of Free Speech Magenta #ED4DD2

Tints of Free Speech Magenta #ED4DD2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.69%

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

R = 45.23%
G = 14.69%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ED4DD2 (or 0xED4DD2) is known color: Free Speech Magenta. HEX triplet: ED, 4D and D2. RGB value is (237,77,210). Sum of RGB (Red+Green+Blue) = 237+77+210=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 77 (30.47% from 255 or 14.69% from 524); Blue value is 210 (82.42% from 255 or 40.08% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED4DD2 is #12B22D. Grayscale: #8B8B8B. Windows color (decimal): -1225262 or 13782509. OLE color: 13782509.

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

Color convert

RGB 237 77 210 -
CMYK 0 0.68 0.11 0.07
HSL 310.13º 0.82% 0.62% -
HSV(B) 310.13º 0.68% 0.93% -
XYZ 49.21 27.97 63.78 -
YUV 140 167.51 197.19 -
System Red Green Blue C M Y K H S L
Decimal 237 77 210 0 0.68 0.11 0.07 310.13 0.82 0.62
Hex ED 4D D2 0 44 B 7 136 52 3E
Octal 355 115 322 0 104 13 7 466 122 76
Binary 11101101 1001101 11010010 0 1000100 1011 111 100110110 1010010 111110

Color Harmonies of #ED4DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4DD2

Black with #ED4DD2

Text Example


Text Example

White with #ED4DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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