Html Css Color HEX #E54FD5 Free Speech Magenta

📋 copy color: '#E54FD5'

red 229 ◦ green 79 ◦ blue 213

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

Shades of Free Speech Magenta #E54FD5

Tints of Free Speech Magenta #E54FD5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.16%

 BLUE value IS 213 (83.59% from 255) = 40.88%

R = 43.95%
G = 15.16%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E54FD5 (or 0xE54FD5) is known color: Free Speech Magenta. HEX triplet: E5, 4F and D5. RGB value is (229,79,213). Sum of RGB (Red+Green+Blue) = 229+79+213=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 79 (31.25% from 255 or 15.16% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E54FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54FD5 is #1AB02A. Grayscale: #8A8A8A. Windows color (decimal): -1749035 or 13979621. OLE color: 13979621.

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

Color convert

RGB 229 79 213 -
CMYK 0 0.66 0.07 0.10
HSL 306.4º 0.74% 0.6% -
HSV(B) 306.4º 0.66% 0.9% -
XYZ 47.12 27.05 65.69 -
YUV 139.13 169.7 192.1 -
System Red Green Blue C M Y K H S L
Decimal 229 79 213 0 0.66 0.07 0.10 306.4 0.74 0.6
Hex E5 4F D5 0 42 7 A 132 4A 3C
Octal 345 117 325 0 102 7 12 462 112 74
Binary 11100101 1001111 11010101 0 1000010 111 1010 100110010 1001010 111100

Color Harmonies of #E54FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54FD5

Black with #E54FD5

Text Example


Text Example

White with #E54FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54FD5; }

 p { color: rgb(229,79,213); }

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

background-color css

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

 a { background-color: rgb(229,79,213); }

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

border-color css

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

 span { border-color: rgb(229,79,213); }

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