Html Css Color HEX #E863DD Free Speech Magenta

📋 copy color: '#E863DD'

red 232 ◦ green 99 ◦ blue 221

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

Shades of Free Speech Magenta #E863DD

Tints of Free Speech Magenta #E863DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.04%

R = 42.03%
G = 17.93%
B = 40.04%

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

#E863DD (or 0xE863DD) is known color: Free Speech Magenta. HEX triplet: E8, 63 and DD. RGB value is (232,99,221). Sum of RGB (Red+Green+Blue) = 232+99+221=552 (73% of max value = 765). Red value is 232 (91.02% from 255 or 42.03% from 552); Green value is 99 (39.06% from 255 or 17.93% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 232 - color contains mainly: red. Hex color #E863DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E863DD is #179C22. Grayscale: #989898. Windows color (decimal): -1547299 or 14509032. OLE color: 14509032.

HSL color Cylindrical-coordinate representation of color #E863DD: hue angle of 304.96º 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 #E863DD is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 99 221 -
CMYK 0 0.57 0.05 0.09
HSL 304.96º 0.74% 0.65% -
HSV(B) 304.96º 0.57% 0.91% -
XYZ 50.79 31.3 71.77 -
YUV 152.68 166.56 184.58 -
System Red Green Blue C M Y K H S L
Decimal 232 99 221 0 0.57 0.05 0.09 304.96 0.74 0.65
Hex E8 63 DD 0 39 5 9 131 4A 41
Octal 350 143 335 0 71 5 11 461 112 101
Binary 11101000 1100011 11011101 0 111001 101 1001 100110001 1001010 1000001

Color Harmonies of #E863DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E863DD

Black with #E863DD

Text Example


Text Example

White with #E863DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E863DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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