#EE47DD

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

Shades of Free Speech Magenta #EE47DD

Tints of Free Speech Magenta #EE47DD

Color information

#EE47DD (or 0xEE47DD) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 47 and DD. RGB value is (238,71,221). Sum of RGB (Red+Green+Blue) = 238+71+221=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 71 (28.12% from 255 or 13.40% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EE47DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE47DD is #11B822. Grayscale: #898989. Windows color (decimal): -1161251 or 14501870. OLE color: 14501870.

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

Color convert

RGB23871221-
CMYK00.700.070.07
HSL306.11º83.08%60.59%-
HSV(B)306.11º70.17%93.33%-
XYZ50.5627.971.13-
YUV138.03174.83199.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.91%
GREEN value IS 71 (28.12% from 255) = 13.40%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=44.91%
G=13.40%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2387122100.700.070.07306.1183.0860.59
HexEE47DD04677132533d
Octal35610733501067746212375
Binary11101110100011111011101010001101111111001100101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE47DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE47DD; }

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

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

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

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

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

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

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

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