Html Css Color HEX #E554DA Free Speech Magenta

📋 copy color: '#E554DA'

red 229 ◦ green 84 ◦ blue 218

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

Shades of Free Speech Magenta #E554DA

Tints of Free Speech Magenta #E554DA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.82%

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 43.13%
G = 15.82%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E554DA (or 0xE554DA) is known color: Free Speech Magenta. HEX triplet: E5, 54 and DA. RGB value is (229,84,218). Sum of RGB (Red+Green+Blue) = 229+84+218=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 84 (33.20% from 255 or 15.82% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E554DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E554DA is #1AAB25. Grayscale: #8E8E8E. Windows color (decimal): -1747750 or 14308581. OLE color: 14308581.

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

Color convert

RGB 229 84 218 -
CMYK 0 0.63 0.05 0.10
HSL 304.55º 0.74% 0.61% -
HSV(B) 304.55º 0.63% 0.9% -
XYZ 48.14 28.06 69.21 -
YUV 142.63 170.54 189.6 -
System Red Green Blue C M Y K H S L
Decimal 229 84 218 0 0.63 0.05 0.10 304.55 0.74 0.61
Hex E5 54 DA 0 3F 5 A 131 4A 3D
Octal 345 124 332 0 77 5 12 461 112 75
Binary 11100101 1010100 11011010 0 111111 101 1010 100110001 1001010 111101

Color Harmonies of #E554DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E554DA

Black with #E554DA

Text Example


Text Example

White with #E554DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E554DA; }

 p { color: rgb(229,84,218); }

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

background-color css

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

 a { background-color: rgb(229,84,218); }

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

border-color css

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

 span { border-color: rgb(229,84,218); }

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