Html Css Color HEX #E85AE6 Free Speech Magenta

📋 copy color: '#E85AE6'

red 232 ◦ green 90 ◦ blue 230

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

Shades of Free Speech Magenta #E85AE6

Tints of Free Speech Magenta #E85AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.67%

R = 42.03%
G = 16.3%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E85AE6 (or 0xE85AE6) is known color: Free Speech Magenta. HEX triplet: E8, 5A and E6. RGB value is (232,90,230). Sum of RGB (Red+Green+Blue) = 232+90+230=552 (73% of max value = 765). Red value is 232 (91.02% from 255 or 42.03% from 552); Green value is 90 (35.55% from 255 or 16.30% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 232 - color contains mainly: red. Hex color #E85AE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85AE6 is #17A519. Grayscale: #949494. Windows color (decimal): -1549594 or 15096552. OLE color: 15096552.

HSL color Cylindrical-coordinate representation of color #E85AE6: hue angle of 300.85º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85AE6 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 90 230 -
CMYK 0 0.61 0.01 0.09
HSL 300.85º 0.76% 0.63% -
HSV(B) 300.85º 0.61% 0.91% -
XYZ 51.22 30.18 77.99 -
YUV 148.42 174.04 187.62 -
System Red Green Blue C M Y K H S L
Decimal 232 90 230 0 0.61 0.01 0.09 300.85 0.76 0.63
Hex E8 5A E6 0 3D 1 9 12D 4C 3F
Octal 350 132 346 0 75 1 11 455 114 77
Binary 11101000 1011010 11100110 0 111101 1 1001 100101101 1001100 111111

Color Harmonies of #E85AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85AE6

Black with #E85AE6

Text Example


Text Example

White with #E85AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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