Html Css Color HEX #E54DDD Free Speech Magenta

📋 copy color: '#E54DDD'

red 229 ◦ green 77 ◦ blue 221

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

Shades of Free Speech Magenta #E54DDD

Tints of Free Speech Magenta #E54DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.61%

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 43.45%
G = 14.61%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E54DDD (or 0xE54DDD) is known color: Free Speech Magenta. HEX triplet: E5, 4D and DD. RGB value is (229,77,221). Sum of RGB (Red+Green+Blue) = 229+77+221=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 77 (30.47% from 255 or 14.61% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 229 - color contains mainly: red. Hex color #E54DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54DDD is #1AB222. Grayscale: #8A8A8A. Windows color (decimal): -1749539 or 14503397. OLE color: 14503397.

HSL color Cylindrical-coordinate representation of color #E54DDD: hue angle of 303.16º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54DDD is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 77 221 -
CMYK 0 0.66 0.03 0.10
HSL 303.16º 0.75% 0.6% -
HSV(B) 303.16º 0.66% 0.9% -
XYZ 48.02 27.19 71.12 -
YUV 138.86 174.36 192.29 -
System Red Green Blue C M Y K H S L
Decimal 229 77 221 0 0.66 0.03 0.10 303.16 0.75 0.6
Hex E5 4D DD 0 42 3 A 12F 4B 3C
Octal 345 115 335 0 102 3 12 457 113 74
Binary 11100101 1001101 11011101 0 1000010 11 1010 100101111 1001011 111100

Color Harmonies of #E54DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54DDD

Black with #E54DDD

Text Example


Text Example

White with #E54DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54DDD; }

 p { color: rgb(229,77,221); }

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

background-color css

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

 a { background-color: rgb(229,77,221); }

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

border-color css

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

 span { border-color: rgb(229,77,221); }

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