#ee6bd9

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

Shades of Free Speech Magenta #EE6BD9

Tints of Free Speech Magenta #EE6BD9

Color information

#EE6BD9 (or 0xEE6BD9) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 6B and D9. RGB value is (238,107,217). Sum of RGB (Red+Green+Blue) = 238+107+217=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 107 (42.19% from 255 or 19.04% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6BD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6BD9 is #119426. Grayscale: #9E9E9E. Windows color (decimal): -1152039 or 14248942. OLE color: 14248942.

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

Color convert

RGB238107217-
CMYK00.550.090.07
HSL309.62º79.39%67.65%-
HSV(B)309.62º55.04%93.33%-
XYZ53.0433.769.36-
YUV158.71160.9184.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.35%
GREEN value IS 107 (42.19% from 255) = 19.04%
BLUE value IS 217 (85.16% from 255) = 38.61%
R=42.35%
G=19.04%
B=38.61%

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
Decimal23810721700.550.090.07309.6279.3967.65
HexEE6BD9037971364f44
Octal356153331067117466117104
Binary111011101101011110110010110111100111110011011010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee6bd9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee6bd9; }

 p { color: rgb(238,107,217); }

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

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

 a { background-color: rgb(238,107,217); }

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

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

 span { border-color: rgb(238,107,217); }

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