Html Css Color HEX #E542D1 Free Speech Magenta

📋 copy color: '#E542D1'

red 229 ◦ green 66 ◦ blue 209

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

Shades of Free Speech Magenta #E542D1

Tints of Free Speech Magenta #E542D1

RGB

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

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

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

R = 45.44%
G = 13.1%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E542D1 (or 0xE542D1) is known color: Free Speech Magenta. HEX triplet: E5, 42 and D1. RGB value is (229,66,209). Sum of RGB (Red+Green+Blue) = 229+66+209=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 66 (26.17% from 255 or 13.10% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E542D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E542D1 is #1ABD2E. Grayscale: #828282. Windows color (decimal): -1752367 or 13714149. OLE color: 13714149.

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

Color convert

RGB 229 66 209 -
CMYK 0 0.71 0.09 0.10
HSL 307.36º 0.76% 0.58% -
HSV(B) 307.36º 0.71% 0.9% -
XYZ 45.77 25.16 62.77 -
YUV 131.04 172 197.87 -
System Red Green Blue C M Y K H S L
Decimal 229 66 209 0 0.71 0.09 0.10 307.36 0.76 0.58
Hex E5 42 D1 0 47 9 A 133 4C 3A
Octal 345 102 321 0 107 11 12 463 114 72
Binary 11100101 1000010 11010001 0 1000111 1001 1010 100110011 1001100 111010

Color Harmonies of #E542D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E542D1

Black with #E542D1

Text Example


Text Example

White with #E542D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E542D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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