#EE6CD8

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

Shades of Free Speech Magenta #EE6CD8

Tints of Free Speech Magenta #EE6CD8

Color information

#EE6CD8 (or 0xEE6CD8) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 6C and D8. RGB value is (238,108,216). Sum of RGB (Red+Green+Blue) = 238+108+216=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 108 (42.58% from 255 or 19.22% from 562); Blue value is 216 (84.77% from 255 or 38.43% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6CD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6CD8 is #119327. Grayscale: #9E9E9E. Windows color (decimal): -1151784 or 14183662. OLE color: 14183662.

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

Color convert

RGB238108216-
CMYK00.550.090.07
HSL310.15º79.27%67.84%-
HSV(B)310.15º54.62%93.33%-
XYZ53.0233.8668.71-
YUV159.18160.07184.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.35%
GREEN value IS 108 (42.58% from 255) = 19.22%
BLUE value IS 216 (84.77% from 255) = 38.43%
R=42.35%
G=19.22%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810821600.550.090.07310.1579.2767.84
HexEE6CD8037971364f44
Octal356154330067117466117104
Binary111011101101100110110000110111100111110011011010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6CD8; }

 p { color: rgb(238,108,216); }

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

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

 a { background-color: rgb(238,108,216); }

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

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

 span { border-color: rgb(238,108,216); }

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