#EE4DDC

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

Shades of Free Speech Magenta #EE4DDC

Tints of Free Speech Magenta #EE4DDC

Color information

#EE4DDC (or 0xEE4DDC) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 4D and DC. RGB value is (238,77,220). Sum of RGB (Red+Green+Blue) = 238+77+220=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 77 (30.47% from 255 or 14.39% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE4DDC is #11B223. Grayscale: #8D8D8D. Windows color (decimal): -1159716 or 14437870. OLE color: 14437870.

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

Color convert

RGB23877220-
CMYK00.680.080.07
HSL306.71º82.56%61.76%-
HSV(B)306.71º67.65%93.33%-
XYZ50.8328.6570.56-
YUV141.44172.34196.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.49%
GREEN value IS 77 (30.47% from 255) = 14.39%
BLUE value IS 220 (86.33% from 255) = 41.12%
R=44.49%
G=14.39%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2387722000.680.080.07306.7182.5661.76
HexEE4DDC04487133533e
Octal356115334010410746312376
Binary111011101001101110111000100010010001111001100111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4DDC; }

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

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

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

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

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

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

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

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