Html Css Color HEX #E550DA Free Speech Magenta

📋 copy color: '#E550DA'

red 229 ◦ green 80 ◦ blue 218

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

Shades of Free Speech Magenta #E550DA

Tints of Free Speech Magenta #E550DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.37%

R = 43.45%
G = 15.18%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E550DA (or 0xE550DA) is known color: Free Speech Magenta. HEX triplet: E5, 50 and DA. RGB value is (229,80,218). Sum of RGB (Red+Green+Blue) = 229+80+218=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 80 (31.64% from 255 or 15.18% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 229 - color contains mainly: red. Hex color #E550DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E550DA is #1AAF25. Grayscale: #8B8B8B. Windows color (decimal): -1748774 or 14307557. OLE color: 14307557.

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

Color convert

RGB 229 80 218 -
CMYK 0 0.65 0.05 0.10
HSL 304.43º 0.74% 0.61% -
HSV(B) 304.43º 0.65% 0.9% -
XYZ 47.84 27.46 69.11 -
YUV 140.28 171.86 191.28 -
System Red Green Blue C M Y K H S L
Decimal 229 80 218 0 0.65 0.05 0.10 304.43 0.74 0.61
Hex E5 50 DA 0 41 5 A 130 4A 3D
Octal 345 120 332 0 101 5 12 460 112 75
Binary 11100101 1010000 11011010 0 1000001 101 1010 100110000 1001010 111101

Color Harmonies of #E550DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E550DA

Black with #E550DA

Text Example


Text Example

White with #E550DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E550DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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