#EE4DDD

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

Shades of Free Speech Magenta #EE4DDD

Tints of Free Speech Magenta #EE4DDD

Color information

#EE4DDD (or 0xEE4DDD) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 4D and DD. RGB value is (238,77,221). Sum of RGB (Red+Green+Blue) = 238+77+221=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 77 (30.47% from 255 or 14.37% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE4DDD is #11B222. Grayscale: #8D8D8D. Windows color (decimal): -1159715 or 14503406. OLE color: 14503406.

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

Color convert

RGB23877221-
CMYK00.680.070.07
HSL306.34º82.56%61.76%-
HSV(B)306.34º67.65%93.33%-
XYZ50.9628.7171.26-
YUV141.56172.84196.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.40%
GREEN value IS 77 (30.47% from 255) = 14.37%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=44.40%
G=14.37%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2387722100.680.070.07306.3482.5661.76
HexEE4DDD04477132533e
Octal35611533501047746212376
Binary11101110100110111011101010001001111111001100101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4DDD; }

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

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

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

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

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

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

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

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