Html Css Color HEX #ED44DD Free Speech Magenta

📋 copy color: '#ED44DD'

red 237 ◦ green 68 ◦ blue 221

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

Shades of Free Speech Magenta #ED44DD

Tints of Free Speech Magenta #ED44DD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.93%

 BLUE value IS 221 (86.72% from 255) = 42.02%

R = 45.06%
G = 12.93%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED44DD (or 0xED44DD) is known color: Free Speech Magenta. HEX triplet: ED, 44 and DD. RGB value is (237,68,221). Sum of RGB (Red+Green+Blue) = 237+68+221=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 68 (26.95% from 255 or 12.93% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED44DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED44DD is #12BB22. Grayscale: #878787. Windows color (decimal): -1227555 or 14501101. OLE color: 14501101.

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

Color convert

RGB 237 68 221 -
CMYK 0 0.71 0.07 0.07
HSL 305.68º 0.82% 0.6% -
HSV(B) 305.68º 0.71% 0.93% -
XYZ 50.04 27.36 71.05 -
YUV 135.97 175.99 200.06 -
System Red Green Blue C M Y K H S L
Decimal 237 68 221 0 0.71 0.07 0.07 305.68 0.82 0.6
Hex ED 44 DD 0 47 7 7 132 52 3C
Octal 355 104 335 0 107 7 7 462 122 74
Binary 11101101 1000100 11011101 0 1000111 111 111 100110010 1010010 111100

Color Harmonies of #ED44DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED44DD

Black with #ED44DD

Text Example


Text Example

White with #ED44DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED44DD; }

 p { color: rgb(237,68,221); }

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

background-color css

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

 a { background-color: rgb(237,68,221); }

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

border-color css

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

 span { border-color: rgb(237,68,221); }

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