Html Css Color HEX #E541D1 Free Speech Magenta

📋 copy color: '#E541D1'

red 229 ◦ green 65 ◦ blue 209

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

Shades of Free Speech Magenta #E541D1

Tints of Free Speech Magenta #E541D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.55%

R = 45.53%
G = 12.92%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E541D1 (or 0xE541D1) is known color: Free Speech Magenta. HEX triplet: E5, 41 and D1. RGB value is (229,65,209). Sum of RGB (Red+Green+Blue) = 229+65+209=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E541D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E541D1 is #1ABE2E. Grayscale: #828282. Windows color (decimal): -1752623 or 13713893. OLE color: 13713893.

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

Color convert

RGB 229 65 209 -
CMYK 0 0.72 0.09 0.10
HSL 307.32º 0.76% 0.58% -
HSV(B) 307.32º 0.72% 0.9% -
XYZ 45.71 25.04 62.75 -
YUV 130.45 172.33 198.29 -
System Red Green Blue C M Y K H S L
Decimal 229 65 209 0 0.72 0.09 0.10 307.32 0.76 0.58
Hex E5 41 D1 0 48 9 A 133 4C 3A
Octal 345 101 321 0 110 11 12 463 114 72
Binary 11100101 1000001 11010001 0 1001000 1001 1010 100110011 1001100 111010

Color Harmonies of #E541D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E541D1

Black with #E541D1

Text Example


Text Example

White with #E541D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E541D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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