Html Css Color HEX #E551DD Free Speech Magenta

📋 copy color: '#E551DD'

red 229 ◦ green 81 ◦ blue 221

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

Shades of Free Speech Magenta #E551DD

Tints of Free Speech Magenta #E551DD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.25%

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

R = 43.13%
G = 15.25%
B = 41.62%

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

#E551DD (or 0xE551DD) is known color: Free Speech Magenta. HEX triplet: E5, 51 and DD. RGB value is (229,81,221). Sum of RGB (Red+Green+Blue) = 229+81+221=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 81 (32.03% from 255 or 15.25% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E551DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E551DD is #1AAE22. Grayscale: #8C8C8C. Windows color (decimal): -1748515 or 14504421. OLE color: 14504421.

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

Color convert

RGB 229 81 221 -
CMYK 0 0.65 0.03 0.10
HSL 303.24º 0.74% 0.61% -
HSV(B) 303.24º 0.65% 0.9% -
XYZ 48.31 27.76 71.22 -
YUV 141.21 173.03 190.62 -
System Red Green Blue C M Y K H S L
Decimal 229 81 221 0 0.65 0.03 0.10 303.24 0.74 0.61
Hex E5 51 DD 0 41 3 A 12F 4A 3D
Octal 345 121 335 0 101 3 12 457 112 75
Binary 11100101 1010001 11011101 0 1000001 11 1010 100101111 1001010 111101

Color Harmonies of #E551DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E551DD

Black with #E551DD

Text Example


Text Example

White with #E551DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E551DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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