#EE4ED0

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

Shades of Free Speech Magenta #EE4ED0

Tints of Free Speech Magenta #EE4ED0

Color information

#EE4ED0 (or 0xEE4ED0) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 4E and D0. RGB value is (238,78,208). Sum of RGB (Red+Green+Blue) = 238+78+208=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE4ED0 is #11B12F. Grayscale: #8C8C8C. Windows color (decimal): -1159472 or 13651694. OLE color: 13651694.

HSL color Cylindrical-coordinate representation of color #EE4ED0: hue angle of 311.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE4ED0 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB23878208-
CMYK00.670.130.07
HSL311.25º82.47%61.96%-
HSV(B)311.25º67.23%93.33%-
XYZ49.3728.1862.51-
YUV140.66166.01197.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.42%
GREEN value IS 78 (30.86% from 255) = 14.89%
BLUE value IS 208 (81.64% from 255) = 39.69%
R=45.42%
G=14.89%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2387820800.670.130.07311.2582.4761.96
HexEE4ED0043D7137523e
Octal356116320010315746712276
Binary111011101001110110100000100001111011111001101111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4ED0; }

 p { color: rgb(238,78,208); }

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

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

 a { background-color: rgb(238,78,208); }

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

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

 span { border-color: rgb(238,78,208); }

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