Html Css Color HEX #E550BE Free Speech Magenta

📋 copy color: '#E550BE'

red 229 ◦ green 80 ◦ blue 190

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

Shades of Free Speech Magenta #E550BE

Tints of Free Speech Magenta #E550BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.08%

R = 45.89%
G = 16.03%
B = 38.08%

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

#E550BE (or 0xE550BE) is known color: Free Speech Magenta. HEX triplet: E5, 50 and BE. RGB value is (229,80,190). Sum of RGB (Red+Green+Blue) = 229+80+190=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E550BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E550BE is #1AAF41. Grayscale: #888888. Windows color (decimal): -1748802 or 12472549. OLE color: 12472549.

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

Color convert

RGB 229 80 190 -
CMYK 0 0.65 0.17 0.10
HSL 315.7º 0.74% 0.61% -
HSV(B) 315.7º 0.65% 0.9% -
XYZ 44.48 26.11 51.41 -
YUV 137.09 157.86 193.56 -
System Red Green Blue C M Y K H S L
Decimal 229 80 190 0 0.65 0.17 0.10 315.7 0.74 0.61
Hex E5 50 BE 0 41 11 A 13C 4A 3D
Octal 345 120 276 0 101 21 12 474 112 75
Binary 11100101 1010000 10111110 0 1000001 10001 1010 100111100 1001010 111101

Color Harmonies of #E550BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E550BE

Black with #E550BE

Text Example


Text Example

White with #E550BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E550BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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