Html Css Color HEX #E550D7 Free Speech Magenta

📋 copy color: '#E550D7'

red 229 ◦ green 80 ◦ blue 215

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

Shades of Free Speech Magenta #E550D7

Tints of Free Speech Magenta #E550D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.03%

R = 43.7%
G = 15.27%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E550D7 (or 0xE550D7) is known color: Free Speech Magenta. HEX triplet: E5, 50 and D7. RGB value is (229,80,215). Sum of RGB (Red+Green+Blue) = 229+80+215=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E550D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E550D7 is #1AAF28. Grayscale: #8B8B8B. Windows color (decimal): -1748777 or 14110949. OLE color: 14110949.

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

Color convert

RGB 229 80 215 -
CMYK 0 0.65 0.06 0.10
HSL 305.64º 0.74% 0.61% -
HSV(B) 305.64º 0.65% 0.9% -
XYZ 47.45 27.3 67.06 -
YUV 139.94 170.36 191.52 -
System Red Green Blue C M Y K H S L
Decimal 229 80 215 0 0.65 0.06 0.10 305.64 0.74 0.61
Hex E5 50 D7 0 41 6 A 132 4A 3D
Octal 345 120 327 0 101 6 12 462 112 75
Binary 11100101 1010000 11010111 0 1000001 110 1010 100110010 1001010 111101

Color Harmonies of #E550D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E550D7

Black with #E550D7

Text Example


Text Example

White with #E550D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E550D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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