Html Css Color HEX #ED49CE Free Speech Magenta

📋 copy color: '#ED49CE'

red 237 ◦ green 73 ◦ blue 206

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

Shades of Free Speech Magenta #ED49CE

Tints of Free Speech Magenta #ED49CE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.15%

 BLUE value IS 206 (80.86% from 255) = 39.92%

R = 45.93%
G = 14.15%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED49CE (or 0xED49CE) is known color: Free Speech Magenta. HEX triplet: ED, 49 and CE. RGB value is (237,73,206). Sum of RGB (Red+Green+Blue) = 237+73+206=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED49CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED49CE is #12B631. Grayscale: #888888. Windows color (decimal): -1226290 or 13519341. OLE color: 13519341.

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

Color convert

RGB 237 73 206 -
CMYK 0 0.69 0.13 0.07
HSL 311.34º 0.82% 0.61% -
HSV(B) 311.34º 0.69% 0.93% -
XYZ 48.45 27.23 61.09 -
YUV 137.2 166.83 199.19 -
System Red Green Blue C M Y K H S L
Decimal 237 73 206 0 0.69 0.13 0.07 311.34 0.82 0.61
Hex ED 49 CE 0 45 D 7 137 52 3D
Octal 355 111 316 0 105 15 7 467 122 75
Binary 11101101 1001001 11001110 0 1000101 1101 111 100110111 1010010 111101

Color Harmonies of #ED49CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED49CE

Black with #ED49CE

Text Example


Text Example

White with #ED49CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED49CE; }

 p { color: rgb(237,73,206); }

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

background-color css

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

 a { background-color: rgb(237,73,206); }

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

border-color css

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

 span { border-color: rgb(237,73,206); }

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