Html Css Color HEX #E366DD Free Speech Magenta

📋 copy color: '#E366DD'

red 227 ◦ green 102 ◦ blue 221

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

Shades of Free Speech Magenta #E366DD

Tints of Free Speech Magenta #E366DD

RGB

 RED value IS 227 (89.06% from 255) = 41.27%

 GREEN value IS 102 (40.23% from 255) = 18.55%

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

R = 41.27%
G = 18.55%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E366DD (or 0xE366DD) is known color: Free Speech Magenta. HEX triplet: E3, 66 and DD. RGB value is (227,102,221). Sum of RGB (Red+Green+Blue) = 227+102+221=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 102 (40.23% from 255 or 18.55% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E366DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E366DD is #1C9922. Grayscale: #989898. Windows color (decimal): -1874211 or 14509795. OLE color: 14509795.

HSL color Cylindrical-coordinate representation of color #E366DD: hue angle of 302.88º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E366DD is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 102 221 -
CMYK 0 0.55 0.03 0.11
HSL 302.88º 0.69% 0.65% -
HSV(B) 302.88º 0.55% 0.89% -
XYZ 49.48 31.05 71.79 -
YUV 152.94 166.41 180.82 -
System Red Green Blue C M Y K H S L
Decimal 227 102 221 0 0.55 0.03 0.11 302.88 0.69 0.65
Hex E3 66 DD 0 37 3 B 12F 45 41
Octal 343 146 335 0 67 3 13 457 105 101
Binary 11100011 1100110 11011101 0 110111 11 1011 100101111 1000101 1000001

Color Harmonies of #E366DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E366DD

Black with #E366DD

Text Example


Text Example

White with #E366DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E366DD; }

 p { color: rgb(227,102,221); }

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

background-color css

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

 a { background-color: rgb(227,102,221); }

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

border-color css

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

 span { border-color: rgb(227,102,221); }

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