Html Css Color HEX #E550DD Free Speech Magenta

📋 copy color: '#E550DD'

red 229 ◦ green 80 ◦ blue 221

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

Shades of Free Speech Magenta #E550DD

Tints of Free Speech Magenta #E550DD

RGB

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

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

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

R = 43.21%
G = 15.09%
B = 41.7%

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

#E550DD (or 0xE550DD) is known color: Free Speech Magenta. HEX triplet: E5, 50 and DD. RGB value is (229,80,221). Sum of RGB (Red+Green+Blue) = 229+80+221=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 80 (31.64% from 255 or 15.09% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E550DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E550DD is #1AAF22. Grayscale: #8C8C8C. Windows color (decimal): -1748771 or 14504165. OLE color: 14504165.

HSL color Cylindrical-coordinate representation of color #E550DD: hue angle of 303.22º 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 #E550DD is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 80 221 -
CMYK 0 0.65 0.03 0.10
HSL 303.22º 0.74% 0.61% -
HSV(B) 303.22º 0.65% 0.9% -
XYZ 48.23 27.62 71.19 -
YUV 140.63 173.36 191.04 -
System Red Green Blue C M Y K H S L
Decimal 229 80 221 0 0.65 0.03 0.10 303.22 0.74 0.61
Hex E5 50 DD 0 41 3 A 12F 4A 3D
Octal 345 120 335 0 101 3 12 457 112 75
Binary 11100101 1010000 11011101 0 1000001 11 1010 100101111 1001010 111101

Color Harmonies of #E550DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E550DD

Black with #E550DD

Text Example


Text Example

White with #E550DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E550DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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