#E660DF

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

Shades of Free Speech Magenta #E660DF

Tints of Free Speech Magenta #E660DF

Color information

#E660DF (or 0xE660DF) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 60 and DF. RGB value is (230,96,223). Sum of RGB (Red+Green+Blue) = 230+96+223=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 96 (37.89% from 255 or 17.49% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E660DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E660DF is #199F20. Grayscale: #969696. Windows color (decimal): -1679137 or 14639334. OLE color: 14639334.

HSL color Cylindrical-coordinate representation of color #E660DF: hue angle of 303.13º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E660DF is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB23096223-
CMYK00.580.030.10
HSL303.13º72.83%63.92%-
HSV(B)303.13º58.26%90.2%-
XYZ50.1430.5273.06-
YUV150.54168.89184.67-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.89%
GREEN value IS 96 (37.89% from 255) = 17.49%
BLUE value IS 223 (87.5% from 255) = 40.62%
R=41.89%
G=17.49%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309622300.580.030.10303.1372.8363.92
HexE660DF03A3A12f4940
Octal346140337072312457111100
Binary11100110110000011011111011101011101010010111110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E660DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E660DF; }

 p { color: rgb(230,96,223); }

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

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

 a { background-color: rgb(230,96,223); }

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

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

 span { border-color: rgb(230,96,223); }

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