Html Css Color HEX #E550DF Free Speech Magenta

📋 copy color: '#E550DF'

red 229 ◦ green 80 ◦ blue 223

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

Shades of Free Speech Magenta #E550DF

Tints of Free Speech Magenta #E550DF

RGB

 RED value IS 229 (89.84% from 255) = 43.05%

 GREEN value IS 80 (31.64% from 255) = 15.04%

 BLUE value IS 223 (87.5% from 255) = 41.92%

R = 43.05%
G = 15.04%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E550DF (or 0xE550DF) is known color: Free Speech Magenta. HEX triplet: E5, 50 and DF. RGB value is (229,80,223). Sum of RGB (Red+Green+Blue) = 229+80+223=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 80 (31.64% from 255 or 15.04% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E550DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E550DF is #1AAF20. Grayscale: #8C8C8C. Windows color (decimal): -1748769 or 14635237. OLE color: 14635237.

HSL color Cylindrical-coordinate representation of color #E550DF: hue angle of 302.42º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E550DF is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 80 223 -
CMYK 0 0.65 0.03 0.10
HSL 302.42º 0.74% 0.61% -
HSV(B) 302.42º 0.65% 0.9% -
XYZ 48.5 27.72 72.61 -
YUV 140.85 174.36 190.87 -
System Red Green Blue C M Y K H S L
Decimal 229 80 223 0 0.65 0.03 0.10 302.42 0.74 0.61
Hex E5 50 DF 0 41 3 A 12E 4A 3D
Octal 345 120 337 0 101 3 12 456 112 75
Binary 11100101 1010000 11011111 0 1000001 11 1010 100101110 1001010 111101

Color Harmonies of #E550DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E550DF

Black with #E550DF

Text Example


Text Example

White with #E550DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E550DF; }

 p { color: rgb(229,80,223); }

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

background-color css

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

 a { background-color: rgb(229,80,223); }

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

border-color css

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

 span { border-color: rgb(229,80,223); }

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