Html Css Color HEX #E663DD Free Speech Magenta

📋 copy color: '#E663DD'

red 230 ◦ green 99 ◦ blue 221

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

Shades of Free Speech Magenta #E663DD

Tints of Free Speech Magenta #E663DD

RGB

 RED value IS 230 (90.23% from 255) = 41.82%

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

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

R = 41.82%
G = 18%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E663DD (or 0xE663DD) is known color: Free Speech Magenta. HEX triplet: E6, 63 and DD. RGB value is (230,99,221). Sum of RGB (Red+Green+Blue) = 230+99+221=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 99 (39.06% from 255 or 18% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E663DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E663DD is #199C22. Grayscale: #979797. Windows color (decimal): -1678371 or 14509030. OLE color: 14509030.

HSL color Cylindrical-coordinate representation of color #E663DD: hue angle of 304.12º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E663DD is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 99 221 -
CMYK 0 0.57 0.04 0.10
HSL 304.12º 0.72% 0.65% -
HSV(B) 304.12º 0.57% 0.9% -
XYZ 50.15 30.97 71.74 -
YUV 152.08 166.9 183.58 -
System Red Green Blue C M Y K H S L
Decimal 230 99 221 0 0.57 0.04 0.10 304.12 0.72 0.65
Hex E6 63 DD 0 39 4 A 130 48 41
Octal 346 143 335 0 71 4 12 460 110 101
Binary 11100110 1100011 11011101 0 111001 100 1010 100110000 1001000 1000001

Color Harmonies of #E663DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E663DD

Black with #E663DD

Text Example


Text Example

White with #E663DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E663DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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