Html Css Color HEX #E861E6 Free Speech Magenta

📋 copy color: '#E861E6'

red 232 ◦ green 97 ◦ blue 230

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

Shades of Free Speech Magenta #E861E6

Tints of Free Speech Magenta #E861E6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.35%

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

R = 41.5%
G = 17.35%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E861E6 (or 0xE861E6) is known color: Free Speech Magenta. HEX triplet: E8, 61 and E6. RGB value is (232,97,230). Sum of RGB (Red+Green+Blue) = 232+97+230=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 97 (38.28% from 255 or 17.35% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E861E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E861E6 is #179E19. Grayscale: #989898. Windows color (decimal): -1547802 or 15098344. OLE color: 15098344.

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

Color convert

RGB 232 97 230 -
CMYK 0 0.58 0.01 0.09
HSL 300.89º 0.75% 0.65% -
HSV(B) 300.89º 0.58% 0.91% -
XYZ 51.84 31.42 78.2 -
YUV 152.53 171.73 184.69 -
System Red Green Blue C M Y K H S L
Decimal 232 97 230 0 0.58 0.01 0.09 300.89 0.75 0.65
Hex E8 61 E6 0 3A 1 9 12D 4B 41
Octal 350 141 346 0 72 1 11 455 113 101
Binary 11101000 1100001 11100110 0 111010 1 1001 100101101 1001011 1000001

Color Harmonies of #E861E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E861E6

Black with #E861E6

Text Example


Text Example

White with #E861E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E861E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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