#E060D7

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

Shades of Free Speech Magenta #E060D7

Tints of Free Speech Magenta #E060D7

Color information

#E060D7 (or 0xE060D7) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 60 and D7. RGB value is (224,96,215). Sum of RGB (Red+Green+Blue) = 224+96+215=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E060D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E060D7 is #1F9F28. Grayscale: #939393. Windows color (decimal): -2072361 or 14115040. OLE color: 14115040.

HSL color Cylindrical-coordinate representation of color #E060D7: hue angle of 304.22º 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 #E060D7 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB22496215-
CMYK00.570.040.12
HSL304.22º67.37%62.75%-
HSV(B)304.22º57.14%87.84%-
XYZ47.1929.1267.42-
YUV147.84165.91182.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.87%
GREEN value IS 96 (37.89% from 255) = 17.94%
BLUE value IS 215 (84.38% from 255) = 40.19%
R=41.87%
G=17.94%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249621500.570.040.12304.2267.3762.75
HexE060D70394C130433f
Octal34014032707141446010377
Binary11100000110000011010111011100110011001001100001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E060D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E060D7; }

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

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

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

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

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

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

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

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