Html Css Color HEX #E550CD Free Speech Magenta

📋 copy color: '#E550CD'

red 229 ◦ green 80 ◦ blue 205

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

Shades of Free Speech Magenta #E550CD

Tints of Free Speech Magenta #E550CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.88%

R = 44.55%
G = 15.56%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E550CD (or 0xE550CD) is known color: Free Speech Magenta. HEX triplet: E5, 50 and CD. RGB value is (229,80,205). Sum of RGB (Red+Green+Blue) = 229+80+205=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 80 (31.64% from 255 or 15.56% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E550CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E550CD is #1AAF32. Grayscale: #8A8A8A. Windows color (decimal): -1748787 or 13455589. OLE color: 13455589.

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

Color convert

RGB 229 80 205 -
CMYK 0 0.65 0.10 0.10
HSL 309.66º 0.74% 0.61% -
HSV(B) 309.66º 0.65% 0.9% -
XYZ 46.2 26.8 60.5 -
YUV 138.8 165.36 192.34 -
System Red Green Blue C M Y K H S L
Decimal 229 80 205 0 0.65 0.10 0.10 309.66 0.74 0.61
Hex E5 50 CD 0 41 A A 136 4A 3D
Octal 345 120 315 0 101 12 12 466 112 75
Binary 11100101 1010000 11001101 0 1000001 1010 1010 100110110 1001010 111101

Color Harmonies of #E550CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E550CD

Black with #E550CD

Text Example


Text Example

White with #E550CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E550CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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