Html Css Color HEX #E555DA Free Speech Magenta

📋 copy color: '#E555DA'

red 229 ◦ green 85 ◦ blue 218

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

Shades of Free Speech Magenta #E555DA

Tints of Free Speech Magenta #E555DA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.98%

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

R = 43.05%
G = 15.98%
B = 40.98%

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

#E555DA (or 0xE555DA) is known color: Free Speech Magenta. HEX triplet: E5, 55 and DA. RGB value is (229,85,218). Sum of RGB (Red+Green+Blue) = 229+85+218=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 85 (33.59% from 255 or 15.98% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E555DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E555DA is #1AAA25. Grayscale: #8E8E8E. Windows color (decimal): -1747494 or 14308837. OLE color: 14308837.

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

Color convert

RGB 229 85 218 -
CMYK 0 0.63 0.05 0.10
HSL 304.58º 0.73% 0.62% -
HSV(B) 304.58º 0.63% 0.9% -
XYZ 48.22 28.22 69.23 -
YUV 143.22 170.21 189.19 -
System Red Green Blue C M Y K H S L
Decimal 229 85 218 0 0.63 0.05 0.10 304.58 0.73 0.62
Hex E5 55 DA 0 3F 5 A 131 49 3E
Octal 345 125 332 0 77 5 12 461 111 76
Binary 11100101 1010101 11011010 0 111111 101 1010 100110001 1001001 111110

Color Harmonies of #E555DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E555DA

Black with #E555DA

Text Example


Text Example

White with #E555DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E555DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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