#EE6BD2

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

Shades of Free Speech Magenta #EE6BD2

Tints of Free Speech Magenta #EE6BD2

Color information

#EE6BD2 (or 0xEE6BD2) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 6B and D2. RGB value is (238,107,210). Sum of RGB (Red+Green+Blue) = 238+107+210=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6BD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6BD2 is #11942D. Grayscale: #9D9D9D. Windows color (decimal): -1152046 or 13790190. OLE color: 13790190.

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

Color convert

RGB238107210-
CMYK00.550.120.07
HSL312.82º79.39%67.65%-
HSV(B)312.82º55.04%93.33%-
XYZ52.1533.3564.66-
YUV157.91157.4185.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.88%
GREEN value IS 107 (42.19% from 255) = 19.28%
BLUE value IS 210 (82.42% from 255) = 37.84%
R=42.88%
G=19.28%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810721000.550.120.07312.8279.3967.65
HexEE6BD2037C71394f44
Octal356153322067147471117104
Binary111011101101011110100100110111110011110011100110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6BD2; }

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

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

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

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

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

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

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

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