#E060DC

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

Shades of Free Speech Magenta #E060DC

Tints of Free Speech Magenta #E060DC

Color information

#E060DC (or 0xE060DC) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 60 and DC. RGB value is (224,96,220). Sum of RGB (Red+Green+Blue) = 224+96+220=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 96 (37.89% from 255 or 17.78% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E060DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E060DC is #1F9F23. Grayscale: #949494. Windows color (decimal): -2072356 or 14442720. OLE color: 14442720.

HSL color Cylindrical-coordinate representation of color #E060DC: hue angle of 301.88º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E060DC is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB22496220-
CMYK00.570.020.12
HSL301.88º67.37%62.75%-
HSV(B)301.88º57.14%87.84%-
XYZ47.8429.3870.86-
YUV148.41168.41181.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.48%
GREEN value IS 96 (37.89% from 255) = 17.78%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=41.48%
G=17.78%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249622000.570.020.12301.8867.3762.75
HexE060DC0392C12e433f
Octal34014033407121445610377
Binary1110000011000001101110001110011011001001011101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E060DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E060DC; }

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

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

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

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

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

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

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

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