#EE6BDC

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

Shades of Free Speech Magenta #EE6BDC

Tints of Free Speech Magenta #EE6BDC

Color information

#EE6BDC (or 0xEE6BDC) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 6B and DC. RGB value is (238,107,220). Sum of RGB (Red+Green+Blue) = 238+107+220=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 107 (42.19% from 255 or 18.94% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6BDC is #119423. Grayscale: #9E9E9E. Windows color (decimal): -1152036 or 14445550. OLE color: 14445550.

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

Color convert

RGB238107220-
CMYK00.550.080.07
HSL308.24º79.39%67.65%-
HSV(B)308.24º55.04%93.33%-
XYZ53.4433.8671.43-
YUV159.05162.4184.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.12%
GREEN value IS 107 (42.19% from 255) = 18.94%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=42.12%
G=18.94%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810722000.550.080.07308.2479.3967.65
HexEE6BDC037871344f44
Octal356153334067107464117104
Binary111011101101011110111000110111100011110011010010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6BDC; }

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

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

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

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

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

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

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

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