#EE55C4

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

Shades of Free Speech Magenta #EE55C4

Tints of Free Speech Magenta #EE55C4

Color information

#EE55C4 (or 0xEE55C4) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 55 and C4. RGB value is (238,85,196). Sum of RGB (Red+Green+Blue) = 238+85+196=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 85 (33.59% from 255 or 16.38% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EE55C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE55C4 is #11AA3B. Grayscale: #8F8F8F. Windows color (decimal): -1157692 or 12867054. OLE color: 12867054.

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

Color convert

RGB23885196-
CMYK00.640.180.07
HSL316.47º81.82%63.33%-
HSV(B)316.47º64.29%93.33%-
XYZ48.4728.6655.2-
YUV143.4157.69195.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.86%
GREEN value IS 85 (33.59% from 255) = 16.38%
BLUE value IS 196 (76.95% from 255) = 37.76%
R=45.86%
G=16.38%
B=37.76%

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
Decimal2388519600.640.180.07316.4781.8263.33
HexEE55C404012713c523f
Octal356125304010022747412277
Binary1110111010101011100010001000000100101111001111001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE55C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE55C4; }

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

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

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

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

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

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

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

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