#EE61DB

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

Shades of Free Speech Magenta #EE61DB

Tints of Free Speech Magenta #EE61DB

Color information

#EE61DB (or 0xEE61DB) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 61 and DB. RGB value is (238,97,219). Sum of RGB (Red+Green+Blue) = 238+97+219=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 97 (38.28% from 255 or 17.51% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EE61DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE61DB is #119E24. Grayscale: #989898. Windows color (decimal): -1154597 or 14377454. OLE color: 14377454.

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

Color convert

RGB23897219-
CMYK00.590.080.07
HSL308.09º80.57%65.69%-
HSV(B)308.09º59.24%93.33%-
XYZ52.3231.8470.41-
YUV153.07165.21188.58-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.96%
GREEN value IS 97 (38.28% from 255) = 17.51%
BLUE value IS 219 (85.94% from 255) = 39.53%
R=42.96%
G=17.51%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389721900.590.080.07308.0980.5765.69
HexEE61DB03B871345142
Octal356141333073107464121102
Binary111011101100001110110110111011100011110011010010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE61DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE61DB; }

 p { color: rgb(238,97,219); }

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

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

 a { background-color: rgb(238,97,219); }

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

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

 span { border-color: rgb(238,97,219); }

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