Html Css Color HEX #E541DF Free Speech Magenta

📋 copy color: '#E541DF'

red 229 ◦ green 65 ◦ blue 223

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

Shades of Free Speech Magenta #E541DF

Tints of Free Speech Magenta #E541DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.13%

R = 44.29%
G = 12.57%
B = 43.13%

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

#E541DF (or 0xE541DF) is known color: Free Speech Magenta. HEX triplet: E5, 41 and DF. RGB value is (229,65,223). Sum of RGB (Red+Green+Blue) = 229+65+223=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 65 (25.78% from 255 or 12.57% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E541DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E541DF is #1ABE20. Grayscale: #838383. Windows color (decimal): -1752609 or 14631397. OLE color: 14631397.

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

Color convert

RGB 229 65 223 -
CMYK 0 0.72 0.03 0.10
HSL 302.2º 0.76% 0.58% -
HSV(B) 302.2º 0.72% 0.9% -
XYZ 47.52 25.77 72.28 -
YUV 132.05 179.33 197.15 -
System Red Green Blue C M Y K H S L
Decimal 229 65 223 0 0.72 0.03 0.10 302.2 0.76 0.58
Hex E5 41 DF 0 48 3 A 12E 4C 3A
Octal 345 101 337 0 110 3 12 456 114 72
Binary 11100101 1000001 11011111 0 1001000 11 1010 100101110 1001100 111010

Color Harmonies of #E541DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E541DF

Black with #E541DF

Text Example


Text Example

White with #E541DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E541DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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