Html Css Color HEX #E55DDA Free Speech Magenta

📋 copy color: '#E55DDA'

red 229 ◦ green 93 ◦ blue 218

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

Shades of Free Speech Magenta #E55DDA

Tints of Free Speech Magenta #E55DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.22%

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

R = 42.41%
G = 17.22%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E55DDA (or 0xE55DDA) is known color: Free Speech Magenta. HEX triplet: E5, 5D and DA. RGB value is (229,93,218). Sum of RGB (Red+Green+Blue) = 229+93+218=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 93 (36.72% from 255 or 17.22% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E55DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55DDA is #1AA225. Grayscale: #939393. Windows color (decimal): -1745446 or 14310885. OLE color: 14310885.

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

Color convert

RGB 229 93 218 -
CMYK 0 0.59 0.05 0.10
HSL 304.85º 0.72% 0.63% -
HSV(B) 304.85º 0.59% 0.9% -
XYZ 48.88 29.55 69.46 -
YUV 147.91 167.56 185.84 -
System Red Green Blue C M Y K H S L
Decimal 229 93 218 0 0.59 0.05 0.10 304.85 0.72 0.63
Hex E5 5D DA 0 3B 5 A 131 48 3F
Octal 345 135 332 0 73 5 12 461 110 77
Binary 11100101 1011101 11011010 0 111011 101 1010 100110001 1001000 111111

Color Harmonies of #E55DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55DDA

Black with #E55DDA

Text Example


Text Example

White with #E55DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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