Html Css Color HEX #E555DD Free Speech Magenta

📋 copy color: '#E555DD'

red 229 ◦ green 85 ◦ blue 221

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

Shades of Free Speech Magenta #E555DD

Tints of Free Speech Magenta #E555DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 42.8%
G = 15.89%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E555DD (or 0xE555DD) is known color: Free Speech Magenta. HEX triplet: E5, 55 and DD. RGB value is (229,85,221). Sum of RGB (Red+Green+Blue) = 229+85+221=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E555DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E555DD is #1AAA22. Grayscale: #8F8F8F. Windows color (decimal): -1747491 or 14505445. OLE color: 14505445.

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

Color convert

RGB 229 85 221 -
CMYK 0 0.63 0.03 0.10
HSL 303.33º 0.73% 0.62% -
HSV(B) 303.33º 0.63% 0.9% -
XYZ 48.61 28.38 71.32 -
YUV 143.56 171.71 188.94 -
System Red Green Blue C M Y K H S L
Decimal 229 85 221 0 0.63 0.03 0.10 303.33 0.73 0.62
Hex E5 55 DD 0 3F 3 A 12F 49 3E
Octal 345 125 335 0 77 3 12 457 111 76
Binary 11100101 1010101 11011101 0 111111 11 1010 100101111 1001001 111110

Color Harmonies of #E555DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E555DD

Black with #E555DD

Text Example


Text Example

White with #E555DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E555DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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