Html Css Color HEX #ED42DD Free Speech Magenta

📋 copy color: '#ED42DD'

red 237 ◦ green 66 ◦ blue 221

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

Shades of Free Speech Magenta #ED42DD

Tints of Free Speech Magenta #ED42DD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.6%

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

R = 45.23%
G = 12.6%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED42DD (or 0xED42DD) is known color: Free Speech Magenta. HEX triplet: ED, 42 and DD. RGB value is (237,66,221). Sum of RGB (Red+Green+Blue) = 237+66+221=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 66 (26.17% from 255 or 12.60% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED42DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED42DD is #12BD22. Grayscale: #868686. Windows color (decimal): -1228067 or 14500589. OLE color: 14500589.

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

Color convert

RGB 237 66 221 -
CMYK 0 0.72 0.07 0.07
HSL 305.61º 0.83% 0.59% -
HSV(B) 305.61º 0.72% 0.93% -
XYZ 49.92 27.12 71.01 -
YUV 134.8 176.65 200.9 -
System Red Green Blue C M Y K H S L
Decimal 237 66 221 0 0.72 0.07 0.07 305.61 0.83 0.59
Hex ED 42 DD 0 48 7 7 132 53 3B
Octal 355 102 335 0 110 7 7 462 123 73
Binary 11101101 1000010 11011101 0 1001000 111 111 100110010 1010011 111011

Color Harmonies of #ED42DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED42DD

Black with #ED42DD

Text Example


Text Example

White with #ED42DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED42DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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