Html Css Color HEX #E86ADB Free Speech Magenta

📋 copy color: '#E86ADB'

red 232 ◦ green 106 ◦ blue 219

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

Shades of Free Speech Magenta #E86ADB

Tints of Free Speech Magenta #E86ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.03%

 BLUE value IS 219 (85.94% from 255) = 39.32%

R = 41.65%
G = 19.03%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E86ADB (or 0xE86ADB) is known color: Free Speech Magenta. HEX triplet: E8, 6A and DB. RGB value is (232,106,219). Sum of RGB (Red+Green+Blue) = 232+106+219=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E86ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86ADB is #179524. Grayscale: #9C9C9C. Windows color (decimal): -1545509 or 14379752. OLE color: 14379752.

HSL color Cylindrical-coordinate representation of color #E86ADB: hue angle of 306.19º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E86ADB is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 106 219 -
CMYK 0 0.54 0.06 0.09
HSL 306.19º 0.73% 0.66% -
HSV(B) 306.19º 0.54% 0.91% -
XYZ 51.22 32.58 70.61 -
YUV 156.56 163.24 181.81 -
System Red Green Blue C M Y K H S L
Decimal 232 106 219 0 0.54 0.06 0.09 306.19 0.73 0.66
Hex E8 6A DB 0 36 6 9 132 49 42
Octal 350 152 333 0 66 6 11 462 111 102
Binary 11101000 1101010 11011011 0 110110 110 1001 100110010 1001001 1000010

Color Harmonies of #E86ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86ADB

Black with #E86ADB

Text Example


Text Example

White with #E86ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86ADB; }

 p { color: rgb(232,106,219); }

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

background-color css

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

 a { background-color: rgb(232,106,219); }

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

border-color css

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

 span { border-color: rgb(232,106,219); }

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