#EE61D8

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

Shades of Free Speech Magenta #EE61D8

Tints of Free Speech Magenta #EE61D8

Color information

#EE61D8 (or 0xEE61D8) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 61 and D8. RGB value is (238,97,216). Sum of RGB (Red+Green+Blue) = 238+97+216=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 97 (38.28% from 255 or 17.60% from 551); Blue value is 216 (84.77% from 255 or 39.20% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EE61D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE61D8 is #119E27. Grayscale: #989898. Windows color (decimal): -1154600 or 14180846. OLE color: 14180846.

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

Color convert

RGB23897216-
CMYK00.590.090.07
HSL309.36º80.57%65.69%-
HSV(B)309.36º59.24%93.33%-
XYZ51.9331.6868.34-
YUV152.72163.71188.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.19%
GREEN value IS 97 (38.28% from 255) = 17.60%
BLUE value IS 216 (84.77% from 255) = 39.20%
R=43.19%
G=17.60%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389721600.590.090.07309.3680.5765.69
HexEE61D803B971355142
Octal356141330073117465121102
Binary111011101100001110110000111011100111110011010110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE61D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE61D8; }

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

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

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

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

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

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

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

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