#EE6DDC

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

Shades of Free Speech Magenta #EE6DDC

Tints of Free Speech Magenta #EE6DDC

Color information

#EE6DDC (or 0xEE6DDC) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 6D and DC. RGB value is (238,109,220). Sum of RGB (Red+Green+Blue) = 238+109+220=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 109 (42.97% from 255 or 19.22% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6DDC is #119223. Grayscale: #9F9F9F. Windows color (decimal): -1151524 or 14446062. OLE color: 14446062.

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

Color convert

RGB238109220-
CMYK00.540.080.07
HSL308.37º79.14%68.04%-
HSV(B)308.37º54.2%93.33%-
XYZ53.6534.2871.5-
YUV160.22161.74183.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.98%
GREEN value IS 109 (42.97% from 255) = 19.22%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=41.98%
G=19.22%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810922000.540.080.07308.3779.1468.04
HexEE6DDC036871344f44
Octal356155334066107464117104
Binary111011101101101110111000110110100011110011010010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6DDC; }

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

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

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

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

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

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

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

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