Html Css Color HEX #E55AEB Free Speech Magenta

📋 copy color: '#E55AEB'

red 229 ◦ green 90 ◦ blue 235

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

Shades of Free Speech Magenta #E55AEB

Tints of Free Speech Magenta #E55AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.42%

R = 41.34%
G = 16.25%
B = 42.42%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E55AEB (or 0xE55AEB) is known color: Free Speech Magenta. HEX triplet: E5, 5A and EB. RGB value is (229,90,235). Sum of RGB (Red+Green+Blue) = 229+90+235=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 90 (35.55% from 255 or 16.25% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #E55AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55AEB is #1AA514. Grayscale: #939393. Windows color (decimal): -1746197 or 15424229. OLE color: 15424229.

HSL color Cylindrical-coordinate representation of color #E55AEB: hue angle of 297.52º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E55AEB is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 90 235 -
CMYK 0.03 0.62 0 0.08
HSL 297.52º 0.78% 0.64% -
HSV(B) 297.52º 0.62% 0.92% -
XYZ 50.96 29.97 81.7 -
YUV 148.09 177.05 185.71 -
System Red Green Blue C M Y K H S L
Decimal 229 90 235 0.03 0.62 0 0.08 297.52 0.78 0.64
Hex E5 5A EB 3 3E 0 8 12A 4E 40
Octal 345 132 353 3 76 0 10 452 116 100
Binary 11100101 1011010 11101011 11 111110 0 1000 100101010 1001110 1000000

Color Harmonies of #E55AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55AEB

Black with #E55AEB

Text Example


Text Example

White with #E55AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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