Html Css Color HEX #E54ADB Free Speech Magenta

📋 copy color: '#E54ADB'

red 229 ◦ green 74 ◦ blue 219

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

Shades of Free Speech Magenta #E54ADB

Tints of Free Speech Magenta #E54ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.18%

 BLUE value IS 219 (85.94% from 255) = 41.95%

R = 43.87%
G = 14.18%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E54ADB (or 0xE54ADB) is known color: Free Speech Magenta. HEX triplet: E5, 4A and DB. RGB value is (229,74,219). Sum of RGB (Red+Green+Blue) = 229+74+219=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 74 (29.30% from 255 or 14.18% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E54ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54ADB is #1AB524. Grayscale: #888888. Windows color (decimal): -1750309 or 14371557. OLE color: 14371557.

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

Color convert

RGB 229 74 219 -
CMYK 0 0.68 0.04 0.10
HSL 303.87º 0.75% 0.59% -
HSV(B) 303.87º 0.68% 0.9% -
XYZ 47.55 26.67 69.66 -
YUV 136.88 174.35 193.71 -
System Red Green Blue C M Y K H S L
Decimal 229 74 219 0 0.68 0.04 0.10 303.87 0.75 0.59
Hex E5 4A DB 0 44 4 A 130 4B 3B
Octal 345 112 333 0 104 4 12 460 113 73
Binary 11100101 1001010 11011011 0 1000100 100 1010 100110000 1001011 111011

Color Harmonies of #E54ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54ADB

Black with #E54ADB

Text Example


Text Example

White with #E54ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54ADB; }

 p { color: rgb(229,74,219); }

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

background-color css

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

 a { background-color: rgb(229,74,219); }

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

border-color css

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

 span { border-color: rgb(229,74,219); }

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