Html Css Color HEX #E166DD Free Speech Magenta

📋 copy color: '#E166DD'

red 225 ◦ green 102 ◦ blue 221

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

Shades of Free Speech Magenta #E166DD

Tints of Free Speech Magenta #E166DD

RGB

 RED value IS 225 (88.28% from 255) = 41.06%

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

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

R = 41.06%
G = 18.61%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E166DD (or 0xE166DD) is known color: Free Speech Magenta. HEX triplet: E1, 66 and DD. RGB value is (225,102,221). Sum of RGB (Red+Green+Blue) = 225+102+221=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 102 (40.23% from 255 or 18.61% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E166DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E166DD is #1E9922. Grayscale: #979797. Windows color (decimal): -2005283 or 14509793. OLE color: 14509793.

HSL color Cylindrical-coordinate representation of color #E166DD: hue angle of 301.95º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E166DD is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 102 221 -
CMYK 0 0.55 0.02 0.12
HSL 301.95º 0.67% 0.64% -
HSV(B) 301.95º 0.55% 0.88% -
XYZ 48.85 30.73 71.76 -
YUV 152.34 166.75 179.82 -
System Red Green Blue C M Y K H S L
Decimal 225 102 221 0 0.55 0.02 0.12 301.95 0.67 0.64
Hex E1 66 DD 0 37 2 C 12E 43 40
Octal 341 146 335 0 67 2 14 456 103 100
Binary 11100001 1100110 11011101 0 110111 10 1100 100101110 1000011 1000000

Color Harmonies of #E166DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E166DD

Black with #E166DD

Text Example


Text Example

White with #E166DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E166DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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