Html Css Color HEX #E550BD Free Speech Magenta

📋 copy color: '#E550BD'

red 229 ◦ green 80 ◦ blue 189

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

Shades of Free Speech Magenta #E550BD

Tints of Free Speech Magenta #E550BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.95%

R = 45.98%
G = 16.06%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E550BD (or 0xE550BD) is known color: Free Speech Magenta. HEX triplet: E5, 50 and BD. RGB value is (229,80,189). Sum of RGB (Red+Green+Blue) = 229+80+189=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E550BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E550BD is #1AAF42. Grayscale: #888888. Windows color (decimal): -1748803 or 12407013. OLE color: 12407013.

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

Color convert

RGB 229 80 189 -
CMYK 0 0.65 0.17 0.10
HSL 316.11º 0.74% 0.61% -
HSV(B) 316.11º 0.65% 0.9% -
XYZ 44.37 26.07 50.84 -
YUV 136.98 157.36 193.64 -
System Red Green Blue C M Y K H S L
Decimal 229 80 189 0 0.65 0.17 0.10 316.11 0.74 0.61
Hex E5 50 BD 0 41 11 A 13C 4A 3D
Octal 345 120 275 0 101 21 12 474 112 75
Binary 11100101 1010000 10111101 0 1000001 10001 1010 100111100 1001010 111101

Color Harmonies of #E550BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E550BD

Black with #E550BD

Text Example


Text Example

White with #E550BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E550BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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