Html Css Color HEX #E55EDA Free Speech Magenta

📋 copy color: '#E55EDA'

red 229 ◦ green 94 ◦ blue 218

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

Shades of Free Speech Magenta #E55EDA

Tints of Free Speech Magenta #E55EDA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.38%

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

R = 42.33%
G = 17.38%
B = 40.3%

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

#E55EDA (or 0xE55EDA) is known color: Free Speech Magenta. HEX triplet: E5, 5E and DA. RGB value is (229,94,218). Sum of RGB (Red+Green+Blue) = 229+94+218=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 94 (37.11% from 255 or 17.38% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E55EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55EDA is #1AA125. Grayscale: #949494. Windows color (decimal): -1745190 or 14311141. OLE color: 14311141.

HSL color Cylindrical-coordinate representation of color #E55EDA: hue angle of 304.89º 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 #E55EDA is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 94 218 -
CMYK 0 0.59 0.05 0.10
HSL 304.89º 0.72% 0.63% -
HSV(B) 304.89º 0.59% 0.9% -
XYZ 48.97 29.73 69.49 -
YUV 148.5 167.23 185.42 -
System Red Green Blue C M Y K H S L
Decimal 229 94 218 0 0.59 0.05 0.10 304.89 0.72 0.63
Hex E5 5E DA 0 3B 5 A 131 48 3F
Octal 345 136 332 0 73 5 12 461 110 77
Binary 11100101 1011110 11011010 0 111011 101 1010 100110001 1001000 111111

Color Harmonies of #E55EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55EDA

Black with #E55EDA

Text Example


Text Example

White with #E55EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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