#EE61DA

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

Shades of Free Speech Magenta #EE61DA

Tints of Free Speech Magenta #EE61DA

Color information

#EE61DA (or 0xEE61DA) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 61 and DA. RGB value is (238,97,218). Sum of RGB (Red+Green+Blue) = 238+97+218=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 97 (38.28% from 255 or 17.54% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EE61DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE61DA is #119E25. Grayscale: #989898. Windows color (decimal): -1154598 or 14311918. OLE color: 14311918.

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

Color convert

RGB23897218-
CMYK00.590.080.07
HSL308.51º80.57%65.69%-
HSV(B)308.51º59.24%93.33%-
XYZ52.1931.7969.71-
YUV152.95164.71188.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.04%
GREEN value IS 97 (38.28% from 255) = 17.54%
BLUE value IS 218 (85.55% from 255) = 39.42%
R=43.04%
G=17.54%
B=39.42%

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
Decimal2389721800.590.080.07308.5180.5765.69
HexEE61DA03B871355142
Octal356141332073107465121102
Binary111011101100001110110100111011100011110011010110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE61DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE61DA; }

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

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

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

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

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

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

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

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