#EE60DC

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

Shades of Free Speech Magenta #EE60DC

Tints of Free Speech Magenta #EE60DC

Color information

#EE60DC (or 0xEE60DC) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 60 and DC. RGB value is (238,96,220). Sum of RGB (Red+Green+Blue) = 238+96+220=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 96 (37.89% from 255 or 17.33% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EE60DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE60DC is #119F23. Grayscale: #989898. Windows color (decimal): -1154852 or 14442734. OLE color: 14442734.

HSL color Cylindrical-coordinate representation of color #EE60DC: hue angle of 307.61º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE60DC is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB23896220-
CMYK00.600.080.07
HSL307.61º80.68%65.49%-
HSV(B)307.61º59.66%93.33%-
XYZ52.3631.7171.07-
YUV152.59166.04188.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.96%
GREEN value IS 96 (37.89% from 255) = 17.33%
BLUE value IS 220 (86.33% from 255) = 39.71%
R=42.96%
G=17.33%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389622000.600.080.07307.6180.6865.49
HexEE60DC03C871345141
Octal356140334074107464121101
Binary111011101100000110111000111100100011110011010010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE60DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE60DC; }

 p { color: rgb(238,96,220); }

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

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

 a { background-color: rgb(238,96,220); }

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

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

 span { border-color: rgb(238,96,220); }

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