#EE61ED

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

Shades of Free Speech Magenta #EE61ED

Tints of Free Speech Magenta #EE61ED

Color information

#EE61ED (or 0xEE61ED) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 61 and ED. RGB value is (238,97,237). Sum of RGB (Red+Green+Blue) = 238+97+237=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 97 (38.28% from 255 or 16.96% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EE61ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE61ED is #119E12. Grayscale: #9A9A9A. Windows color (decimal): -1154579 or 15557102. OLE color: 15557102.

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

Color convert

RGB23897237-
CMYK00.590.000.07
HSL300.43º80.57%65.69%-
HSV(B)300.43º59.24%93.33%-
XYZ54.8232.8483.57-
YUV155.12174.21187.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.61%
GREEN value IS 97 (38.28% from 255) = 16.96%
BLUE value IS 237 (92.97% from 255) = 41.43%
R=41.61%
G=16.96%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389723700.590.000.07300.4380.5765.69
HexEE61ED03B0712c5142
Octal35614135507307454121102
Binary111011101100001111011010111011011110010110010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE61ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE61ED; }

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

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

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

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

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

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

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

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