#EE55C3

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

Shades of Free Speech Magenta #EE55C3

Tints of Free Speech Magenta #EE55C3

Color information

#EE55C3 (or 0xEE55C3) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 55 and C3. RGB value is (238,85,195). Sum of RGB (Red+Green+Blue) = 238+85+195=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 85 (33.59% from 255 or 16.41% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE55C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE55C3 is #11AA3C. Grayscale: #8E8E8E. Windows color (decimal): -1157693 or 12801518. OLE color: 12801518.

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

Color convert

RGB23885195-
CMYK00.640.180.07
HSL316.86º81.82%63.33%-
HSV(B)316.86º64.29%93.33%-
XYZ48.3628.6154.6-
YUV143.29157.19195.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.95%
GREEN value IS 85 (33.59% from 255) = 16.41%
BLUE value IS 195 (76.56% from 255) = 37.64%
R=45.95%
G=16.41%
B=37.64%

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
Decimal2388519500.640.180.07316.8681.8263.33
HexEE55C304012713d523f
Octal356125303010022747512277
Binary1110111010101011100001101000000100101111001111011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE55C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE55C3; }

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

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

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

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

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

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

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

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