Html Css Color HEX #E547D2 Free Speech Magenta

📋 copy color: '#E547D2'

red 229 ◦ green 71 ◦ blue 210

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

Shades of Free Speech Magenta #E547D2

Tints of Free Speech Magenta #E547D2

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.92%

 BLUE value IS 210 (82.42% from 255) = 41.18%

R = 44.9%
G = 13.92%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E547D2 (or 0xE547D2) is known color: Free Speech Magenta. HEX triplet: E5, 47 and D2. RGB value is (229,71,210). Sum of RGB (Red+Green+Blue) = 229+71+210=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 71 (28.12% from 255 or 13.92% from 510); Blue value is 210 (82.42% from 255 or 41.18% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E547D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E547D2 is #1AB82D. Grayscale: #858585. Windows color (decimal): -1751086 or 13780965. OLE color: 13780965.

HSL color Cylindrical-coordinate representation of color #E547D2: hue angle of 307.22º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E547D2 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 71 210 -
CMYK 0 0.69 0.08 0.10
HSL 307.22º 0.75% 0.59% -
HSV(B) 307.22º 0.69% 0.9% -
XYZ 46.2 25.82 63.52 -
YUV 134.09 170.85 195.7 -
System Red Green Blue C M Y K H S L
Decimal 229 71 210 0 0.69 0.08 0.10 307.22 0.75 0.59
Hex E5 47 D2 0 45 8 A 133 4B 3B
Octal 345 107 322 0 105 10 12 463 113 73
Binary 11100101 1000111 11010010 0 1000101 1000 1010 100110011 1001011 111011

Color Harmonies of #E547D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E547D2

Black with #E547D2

Text Example


Text Example

White with #E547D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E547D2; }

 p { color: rgb(229,71,210); }

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

background-color css

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

 a { background-color: rgb(229,71,210); }

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

border-color css

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

 span { border-color: rgb(229,71,210); }

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