Html Css Color HEX #E85AEB Free Speech Magenta

📋 copy color: '#E85AEB'

red 232 ◦ green 90 ◦ blue 235

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

Shades of Free Speech Magenta #E85AEB

Tints of Free Speech Magenta #E85AEB

RGB

 RED value IS 232 (91.02% from 255) = 41.65%

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

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

R = 41.65%
G = 16.16%
B = 42.19%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E85AEB (or 0xE85AEB) is known color: Free Speech Magenta. HEX triplet: E8, 5A and EB. RGB value is (232,90,235). Sum of RGB (Red+Green+Blue) = 232+90+235=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 90 (35.55% from 255 or 16.16% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #E85AEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85AEB is #17A514. Grayscale: #949494. Windows color (decimal): -1549589 or 15424232. OLE color: 15424232.

HSL color Cylindrical-coordinate representation of color #E85AEB: hue angle of 298.76º 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 #E85AEB is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 232 90 235 -
CMYK 0.01 0.62 0 0.08
HSL 298.76º 0.78% 0.64% -
HSV(B) 298.76º 0.62% 0.92% -
XYZ 51.93 30.47 81.74 -
YUV 148.99 176.54 187.21 -
System Red Green Blue C M Y K H S L
Decimal 232 90 235 0.01 0.62 0 0.08 298.76 0.78 0.64
Hex E8 5A EB 1 3E 0 8 12B 4E 40
Octal 350 132 353 1 76 0 10 453 116 100
Binary 11101000 1011010 11101011 1 111110 0 1000 100101011 1001110 1000000

Color Harmonies of #E85AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85AEB

Black with #E85AEB

Text Example


Text Example

White with #E85AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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