#EE55C2

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

Shades of Free Speech Magenta #EE55C2

Tints of Free Speech Magenta #EE55C2

Color information

#EE55C2 (or 0xEE55C2) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 55 and C2. RGB value is (238,85,194). Sum of RGB (Red+Green+Blue) = 238+85+194=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EE55C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE55C2 is #11AA3D. Grayscale: #8E8E8E. Windows color (decimal): -1157694 or 12735982. OLE color: 12735982.

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

Color convert

RGB23885194-
CMYK00.640.180.07
HSL317.25º81.82%63.33%-
HSV(B)317.25º64.29%93.33%-
XYZ48.2528.5754.01-
YUV143.17156.69195.64-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.03%
GREEN value IS 85 (33.59% from 255) = 16.44%
BLUE value IS 194 (76.17% from 255) = 37.52%
R=46.03%
G=16.44%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388519400.640.180.07317.2581.8263.33
HexEE55C204012713d523f
Octal356125302010022747512277
Binary1110111010101011100001001000000100101111001111011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE55C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE55C2; }

 p { color: rgb(238,85,194); }

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

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

 a { background-color: rgb(238,85,194); }

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

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

 span { border-color: rgb(238,85,194); }

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