Html Css Color HEX #E551DC Free Speech Magenta

📋 copy color: '#E551DC'

red 229 ◦ green 81 ◦ blue 220

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

Shades of Free Speech Magenta #E551DC

Tints of Free Speech Magenta #E551DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.51%

R = 43.21%
G = 15.28%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E551DC (or 0xE551DC) is known color: Free Speech Magenta. HEX triplet: E5, 51 and DC. RGB value is (229,81,220). Sum of RGB (Red+Green+Blue) = 229+81+220=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 81 (32.03% from 255 or 15.28% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E551DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E551DC is #1AAE23. Grayscale: #8C8C8C. Windows color (decimal): -1748516 or 14438885. OLE color: 14438885.

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

Color convert

RGB 229 81 220 -
CMYK 0 0.65 0.04 0.10
HSL 303.65º 0.74% 0.61% -
HSV(B) 303.65º 0.65% 0.9% -
XYZ 48.17 27.71 70.52 -
YUV 141.1 172.53 190.7 -
System Red Green Blue C M Y K H S L
Decimal 229 81 220 0 0.65 0.04 0.10 303.65 0.74 0.61
Hex E5 51 DC 0 41 4 A 130 4A 3D
Octal 345 121 334 0 101 4 12 460 112 75
Binary 11100101 1010001 11011100 0 1000001 100 1010 100110000 1001010 111101

Color Harmonies of #E551DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E551DC

Black with #E551DC

Text Example


Text Example

White with #E551DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E551DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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