Html Css Color HEX #E541DA Free Speech Magenta

📋 copy color: '#E541DA'

red 229 ◦ green 65 ◦ blue 218

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

Shades of Free Speech Magenta #E541DA

Tints of Free Speech Magenta #E541DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.58%

R = 44.73%
G = 12.7%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E541DA (or 0xE541DA) is known color: Free Speech Magenta. HEX triplet: E5, 41 and DA. RGB value is (229,65,218). Sum of RGB (Red+Green+Blue) = 229+65+218=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 65 (25.78% from 255 or 12.70% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E541DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E541DA is #1ABE25. Grayscale: #838383. Windows color (decimal): -1752614 or 14303717. OLE color: 14303717.

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

Color convert

RGB 229 65 218 -
CMYK 0 0.72 0.05 0.10
HSL 304.02º 0.76% 0.58% -
HSV(B) 304.02º 0.72% 0.9% -
XYZ 46.86 25.5 68.78 -
YUV 131.48 176.83 197.56 -
System Red Green Blue C M Y K H S L
Decimal 229 65 218 0 0.72 0.05 0.10 304.02 0.76 0.58
Hex E5 41 DA 0 48 5 A 130 4C 3A
Octal 345 101 332 0 110 5 12 460 114 72
Binary 11100101 1000001 11011010 0 1001000 101 1010 100110000 1001100 111010

Color Harmonies of #E541DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E541DA

Black with #E541DA

Text Example


Text Example

White with #E541DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E541DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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