#EE47DC

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

Shades of Free Speech Magenta #EE47DC

Tints of Free Speech Magenta #EE47DC

Color information

#EE47DC (or 0xEE47DC) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 47 and DC. RGB value is (238,71,220). Sum of RGB (Red+Green+Blue) = 238+71+220=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 71 (28.12% from 255 or 13.42% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EE47DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE47DC is #11B823. Grayscale: #898989. Windows color (decimal): -1161252 or 14436334. OLE color: 14436334.

HSL color Cylindrical-coordinate representation of color #EE47DC: hue angle of 306.47º 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 #EE47DC is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB23871220-
CMYK00.700.080.07
HSL306.47º83.08%60.59%-
HSV(B)306.47º70.17%93.33%-
XYZ50.4327.8570.43-
YUV137.92174.33199.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.99%
GREEN value IS 71 (28.12% from 255) = 13.42%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=44.99%
G=13.42%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2387122000.700.080.07306.4783.0860.59
HexEE47DC04687132533d
Octal356107334010610746212375
Binary111011101000111110111000100011010001111001100101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE47DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE47DC; }

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

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

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

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

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

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

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

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