#EE5FDD

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

Shades of Free Speech Magenta #EE5FDD

Tints of Free Speech Magenta #EE5FDD

Color information

#EE5FDD (or 0xEE5FDD) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 5F and DD. RGB value is (238,95,221). Sum of RGB (Red+Green+Blue) = 238+95+221=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 95 (37.5% from 255 or 17.15% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5FDD is #11A022. Grayscale: #979797. Windows color (decimal): -1155107 or 14508014. OLE color: 14508014.

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

Color convert

RGB23895221-
CMYK00.600.070.07
HSL307.13º80.79%65.29%-
HSV(B)307.13º60.08%93.33%-
XYZ52.431.5871.74-
YUV152.12166.88189.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.96%
GREEN value IS 95 (37.5% from 255) = 17.15%
BLUE value IS 221 (86.72% from 255) = 39.89%
R=42.96%
G=17.15%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389522100.600.070.07307.1380.7965.29
HexEE5FDD03C771335141
Octal35613733507477463121101
Binary11101110101111111011101011110011111110011001110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5FDD; }

 p { color: rgb(238,95,221); }

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

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

 a { background-color: rgb(238,95,221); }

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

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

 span { border-color: rgb(238,95,221); }

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