Html Css Color HEX #E542D6 Free Speech Magenta

📋 copy color: '#E542D6'

red 229 ◦ green 66 ◦ blue 214

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

Shades of Free Speech Magenta #E542D6

Tints of Free Speech Magenta #E542D6

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.97%

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

R = 44.99%
G = 12.97%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E542D6 (or 0xE542D6) is known color: Free Speech Magenta. HEX triplet: E5, 42 and D6. RGB value is (229,66,214). Sum of RGB (Red+Green+Blue) = 229+66+214=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 66 (26.17% from 255 or 12.97% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E542D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E542D6 is #1ABD29. Grayscale: #838383. Windows color (decimal): -1752362 or 14041829. OLE color: 14041829.

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

Color convert

RGB 229 66 214 -
CMYK 0 0.71 0.07 0.10
HSL 305.52º 0.76% 0.58% -
HSV(B) 305.52º 0.71% 0.9% -
XYZ 46.4 25.41 66.08 -
YUV 131.61 174.5 197.47 -
System Red Green Blue C M Y K H S L
Decimal 229 66 214 0 0.71 0.07 0.10 305.52 0.76 0.58
Hex E5 42 D6 0 47 7 A 132 4C 3A
Octal 345 102 326 0 107 7 12 462 114 72
Binary 11100101 1000010 11010110 0 1000111 111 1010 100110010 1001100 111010

Color Harmonies of #E542D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E542D6

Black with #E542D6

Text Example


Text Example

White with #E542D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E542D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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