#E060DB

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

Shades of Free Speech Magenta #E060DB

Tints of Free Speech Magenta #E060DB

Color information

#E060DB (or 0xE060DB) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 60 and DB. RGB value is (224,96,219). Sum of RGB (Red+Green+Blue) = 224+96+219=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 96 (37.89% from 255 or 17.81% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E060DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E060DB is #1F9F24. Grayscale: #939393. Windows color (decimal): -2072357 or 14377184. OLE color: 14377184.

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

Color convert

RGB22496219-
CMYK00.570.020.12
HSL302.34º67.37%62.75%-
HSV(B)302.34º57.14%87.84%-
XYZ47.7129.3370.16-
YUV148.29167.91182-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.56%
GREEN value IS 96 (37.89% from 255) = 17.81%
BLUE value IS 219 (85.94% from 255) = 40.63%
R=41.56%
G=17.81%
B=40.63%

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
Decimal2249621900.570.020.12302.3467.3762.75
HexE060DB0392C12e433f
Octal34014033307121445610377
Binary1110000011000001101101101110011011001001011101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E060DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E060DB; }

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

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

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

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

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

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

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

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