Html Css Color HEX #E55AD6 Free Speech Magenta

📋 copy color: '#E55AD6'

red 229 ◦ green 90 ◦ blue 214

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

Shades of Free Speech Magenta #E55AD6

Tints of Free Speech Magenta #E55AD6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.89%

 BLUE value IS 214 (83.98% from 255) = 40.15%

R = 42.96%
G = 16.89%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E55AD6 (or 0xE55AD6) is known color: Free Speech Magenta. HEX triplet: E5, 5A and D6. RGB value is (229,90,214). Sum of RGB (Red+Green+Blue) = 229+90+214=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 90 (35.55% from 255 or 16.89% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E55AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55AD6 is #1AA529. Grayscale: #919191. Windows color (decimal): -1746218 or 14047973. OLE color: 14047973.

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

Color convert

RGB 229 90 214 -
CMYK 0 0.61 0.07 0.10
HSL 306.47º 0.73% 0.63% -
HSV(B) 306.47º 0.61% 0.9% -
XYZ 48.11 28.83 66.65 -
YUV 145.7 166.55 187.42 -
System Red Green Blue C M Y K H S L
Decimal 229 90 214 0 0.61 0.07 0.10 306.47 0.73 0.63
Hex E5 5A D6 0 3D 7 A 132 49 3F
Octal 345 132 326 0 75 7 12 462 111 77
Binary 11100101 1011010 11010110 0 111101 111 1010 100110010 1001001 111111

Color Harmonies of #E55AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55AD6

Black with #E55AD6

Text Example


Text Example

White with #E55AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55AD6; }

 p { color: rgb(229,90,214); }

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

background-color css

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

 a { background-color: rgb(229,90,214); }

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

border-color css

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

 span { border-color: rgb(229,90,214); }

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