Html Css Color HEX #E863DC Free Speech Magenta

📋 copy color: '#E863DC'

red 232 ◦ green 99 ◦ blue 220

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

Shades of Free Speech Magenta #E863DC

Tints of Free Speech Magenta #E863DC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.97%

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 42.11%
G = 17.97%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E863DC (or 0xE863DC) is known color: Free Speech Magenta. HEX triplet: E8, 63 and DC. RGB value is (232,99,220). Sum of RGB (Red+Green+Blue) = 232+99+220=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 99 (39.06% from 255 or 17.97% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 232 - color contains mainly: red. Hex color #E863DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E863DC is #179C23. Grayscale: #989898. Windows color (decimal): -1547300 or 14443496. OLE color: 14443496.

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

Color convert

RGB 232 99 220 -
CMYK 0 0.57 0.05 0.09
HSL 305.41º 0.74% 0.65% -
HSV(B) 305.41º 0.57% 0.91% -
XYZ 50.66 31.25 71.07 -
YUV 152.56 166.06 184.66 -
System Red Green Blue C M Y K H S L
Decimal 232 99 220 0 0.57 0.05 0.09 305.41 0.74 0.65
Hex E8 63 DC 0 39 5 9 131 4A 41
Octal 350 143 334 0 71 5 11 461 112 101
Binary 11101000 1100011 11011100 0 111001 101 1001 100110001 1001010 1000001

Color Harmonies of #E863DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E863DC

Black with #E863DC

Text Example


Text Example

White with #E863DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E863DC; }

 p { color: rgb(232,99,220); }

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

background-color css

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

 a { background-color: rgb(232,99,220); }

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

border-color css

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

 span { border-color: rgb(232,99,220); }

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