Html Css Color HEX #E540D6 Free Speech Magenta

📋 copy color: '#E540D6'

red 229 ◦ green 64 ◦ blue 214

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

Shades of Free Speech Magenta #E540D6

Tints of Free Speech Magenta #E540D6

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.62%

 BLUE value IS 214 (83.98% from 255) = 42.21%

R = 45.17%
G = 12.62%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E540D6 (or 0xE540D6) is known color: Free Speech Magenta. HEX triplet: E5, 40 and D6. RGB value is (229,64,214). Sum of RGB (Red+Green+Blue) = 229+64+214=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 64 (25.39% from 255 or 12.62% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E540D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E540D6 is #1ABF29. Grayscale: #828282. Windows color (decimal): -1752874 or 14041317. OLE color: 14041317.

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

Color convert

RGB 229 64 214 -
CMYK 0 0.72 0.07 0.10
HSL 305.45º 0.76% 0.57% -
HSV(B) 305.45º 0.72% 0.9% -
XYZ 46.28 25.18 66.04 -
YUV 130.44 175.16 198.3 -
System Red Green Blue C M Y K H S L
Decimal 229 64 214 0 0.72 0.07 0.10 305.45 0.76 0.57
Hex E5 40 D6 0 48 7 A 131 4C 39
Octal 345 100 326 0 110 7 12 461 114 71
Binary 11100101 1000000 11010110 0 1001000 111 1010 100110001 1001100 111001

Color Harmonies of #E540D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E540D6

Black with #E540D6

Text Example


Text Example

White with #E540D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E540D6; }

 p { color: rgb(229,64,214); }

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

background-color css

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

 a { background-color: rgb(229,64,214); }

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

border-color css

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

 span { border-color: rgb(229,64,214); }

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