#EE44DD

Color #EE44DD Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #EE44DD

Tints of Free Speech Magenta #EE44DD

Color information

#EE44DD (or 0xEE44DD) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 44 and DD. RGB value is (238,68,221). Sum of RGB (Red+Green+Blue) = 238+68+221=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 68 (26.95% from 255 or 12.90% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EE44DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE44DD is #11BB22. Grayscale: #878787. Windows color (decimal): -1162019 or 14501102. OLE color: 14501102.

HSL color Cylindrical-coordinate representation of color #EE44DD: hue angle of 306º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE44DD is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB23868221-
CMYK00.710.070.07
HSL306º83.33%60%-
HSV(B)306º71.43%93.33%-
XYZ50.3827.5371.07-
YUV136.27175.82200.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.16%
GREEN value IS 68 (26.95% from 255) = 12.90%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=45.16%
G=12.90%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386822100.710.070.0730683.3360
HexEE44DD04777132533c
Octal35610433501077746212374
Binary11101110100010011011101010001111111111001100101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE44DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE44DD; }

 p { color: rgb(238,68,221); }

 H1.HeaderClassName
 {
   color: #EE44DD;
 }
 .AnyTagClassName
 {
   color: #EE44DD;
 }
</style>
background-color css

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

 a { background-color: rgb(238,68,221); }

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

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

 span { border-color: rgb(238,68,221); }

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