#EE55CF

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

Shades of Free Speech Magenta #EE55CF

Tints of Free Speech Magenta #EE55CF

Color information

#EE55CF (or 0xEE55CF) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 55 and CF. RGB value is (238,85,207). Sum of RGB (Red+Green+Blue) = 238+85+207=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 85 (33.59% from 255 or 16.04% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EE55CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE55CF is #11AA30. Grayscale: #909090. Windows color (decimal): -1157681 or 13587950. OLE color: 13587950.

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

Color convert

RGB23885207-
CMYK00.640.130.07
HSL312.16º81.82%63.33%-
HSV(B)312.16º64.29%93.33%-
XYZ49.7729.1862.04-
YUV144.66163.19194.58-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.91%
GREEN value IS 85 (33.59% from 255) = 16.04%
BLUE value IS 207 (81.25% from 255) = 39.06%
R=44.91%
G=16.04%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388520700.640.130.07312.1681.8263.33
HexEE55CF040D7138523f
Octal356125317010015747012277
Binary111011101010101110011110100000011011111001110001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE55CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE55CF; }

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

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

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

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

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

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

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

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