#EE51D1

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

Shades of Free Speech Magenta #EE51D1

Tints of Free Speech Magenta #EE51D1

Color information

#EE51D1 (or 0xEE51D1) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 51 and D1. RGB value is (238,81,209). Sum of RGB (Red+Green+Blue) = 238+81+209=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EE51D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE51D1 is #11AE2E. Grayscale: #8E8E8E. Windows color (decimal): -1158703 or 13717998. OLE color: 13717998.

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

Color convert

RGB23881209-
CMYK00.660.120.07
HSL311.08º82.2%62.55%-
HSV(B)311.08º65.97%93.33%-
XYZ49.7128.6763.23-
YUV142.54165.51196.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.08%
GREEN value IS 81 (32.03% from 255) = 15.34%
BLUE value IS 209 (82.03% from 255) = 39.58%
R=45.08%
G=15.34%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388120900.660.120.07311.0882.262.55
HexEE51D1042C7137523f
Octal356121321010214746712277
Binary111011101010001110100010100001011001111001101111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE51D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE51D1; }

 p { color: rgb(238,81,209); }

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

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

 a { background-color: rgb(238,81,209); }

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

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

 span { border-color: rgb(238,81,209); }

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