Html Css Color HEX #E550ED Free Speech Magenta

📋 copy color: '#E550ED'

red 229 ◦ green 80 ◦ blue 237

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

Shades of Free Speech Magenta #E550ED

Tints of Free Speech Magenta #E550ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.41%

R = 41.94%
G = 14.65%
B = 43.41%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E550ED (or 0xE550ED) is known color: Free Speech Magenta. HEX triplet: E5, 50 and ED. RGB value is (229,80,237). Sum of RGB (Red+Green+Blue) = 229+80+237=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 80 (31.64% from 255 or 14.65% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #E550ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E550ED is #1AAF12. Grayscale: #8D8D8D. Windows color (decimal): -1748755 or 15552741. OLE color: 15552741.

HSL color Cylindrical-coordinate representation of color #E550ED: hue angle of 296.94º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E550ED is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 80 237 -
CMYK 0.03 0.66 0 0.07
HSL 296.94º 0.81% 0.62% -
HSV(B) 296.94º 0.66% 0.93% -
XYZ 50.47 28.51 82.96 -
YUV 142.45 181.36 189.73 -
System Red Green Blue C M Y K H S L
Decimal 229 80 237 0.03 0.66 0 0.07 296.94 0.81 0.62
Hex E5 50 ED 3 42 0 7 129 51 3E
Octal 345 120 355 3 102 0 7 451 121 76
Binary 11100101 1010000 11101101 11 1000010 0 111 100101001 1010001 111110

Color Harmonies of #E550ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E550ED

Black with #E550ED

Text Example


Text Example

White with #E550ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E550ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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