Html Css Color HEX #E541DD Free Speech Magenta

📋 copy color: '#E541DD'

red 229 ◦ green 65 ◦ blue 221

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

Shades of Free Speech Magenta #E541DD

Tints of Free Speech Magenta #E541DD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.62%

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

R = 44.47%
G = 12.62%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E541DD (or 0xE541DD) is known color: Free Speech Magenta. HEX triplet: E5, 41 and DD. RGB value is (229,65,221). Sum of RGB (Red+Green+Blue) = 229+65+221=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 65 (25.78% from 255 or 12.62% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E541DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E541DD is #1ABE22. Grayscale: #838383. Windows color (decimal): -1752611 or 14500325. OLE color: 14500325.

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

Color convert

RGB 229 65 221 -
CMYK 0 0.72 0.03 0.10
HSL 302.93º 0.76% 0.58% -
HSV(B) 302.93º 0.72% 0.9% -
XYZ 47.25 25.66 70.87 -
YUV 131.82 178.33 197.32 -
System Red Green Blue C M Y K H S L
Decimal 229 65 221 0 0.72 0.03 0.10 302.93 0.76 0.58
Hex E5 41 DD 0 48 3 A 12F 4C 3A
Octal 345 101 335 0 110 3 12 457 114 72
Binary 11100101 1000001 11011101 0 1001000 11 1010 100101111 1001100 111010

Color Harmonies of #E541DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E541DD

Black with #E541DD

Text Example


Text Example

White with #E541DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E541DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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