Html Css Color HEX #E066DD Free Speech Magenta

📋 copy color: '#E066DD'

red 224 ◦ green 102 ◦ blue 221

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

Shades of Free Speech Magenta #E066DD

Tints of Free Speech Magenta #E066DD

RGB

 RED value IS 224 (87.89% from 255) = 40.95%

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

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

R = 40.95%
G = 18.65%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E066DD (or 0xE066DD) is known color: Free Speech Magenta. HEX triplet: E0, 66 and DD. RGB value is (224,102,221). Sum of RGB (Red+Green+Blue) = 224+102+221=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 102 (40.23% from 255 or 18.65% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E066DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E066DD is #1F9922. Grayscale: #979797. Windows color (decimal): -2070819 or 14509792. OLE color: 14509792.

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

Color convert

RGB 224 102 221 -
CMYK 0 0.54 0.01 0.12
HSL 301.48º 0.66% 0.64% -
HSV(B) 301.48º 0.54% 0.88% -
XYZ 48.54 30.57 71.75 -
YUV 152.04 166.92 179.32 -
System Red Green Blue C M Y K H S L
Decimal 224 102 221 0 0.54 0.01 0.12 301.48 0.66 0.64
Hex E0 66 DD 0 36 1 C 12D 42 40
Octal 340 146 335 0 66 1 14 455 102 100
Binary 11100000 1100110 11011101 0 110110 1 1100 100101101 1000010 1000000

Color Harmonies of #E066DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E066DD

Black with #E066DD

Text Example


Text Example

White with #E066DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E066DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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