#E769DD

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

Shades of Free Speech Magenta #E769DD

Tints of Free Speech Magenta #E769DD

Color information

#E769DD (or 0xE769DD) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 69 and DD. RGB value is (231,105,221). Sum of RGB (Red+Green+Blue) = 231+105+221=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 105 (41.41% from 255 or 18.85% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E769DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E769DD is #189622. Grayscale: #9B9B9B. Windows color (decimal): -1611299 or 14510567. OLE color: 14510567.

HSL color Cylindrical-coordinate representation of color #E769DD: hue angle of 304.76º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E769DD is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB231105221-
CMYK00.550.040.09
HSL304.76º72.41%65.88%-
HSV(B)304.76º54.55%90.59%-
XYZ51.0632.3171.95-
YUV155.9164.74181.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.47%
GREEN value IS 105 (41.41% from 255) = 18.85%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=41.47%
G=18.85%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110522100.550.040.09304.7672.4165.88
HexE769DD037491314842
Octal347151335067411461110102
Binary111001111101001110111010110111100100110011000110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E769DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E769DD; }

 p { color: rgb(231,105,221); }

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

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

 a { background-color: rgb(231,105,221); }

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

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

 span { border-color: rgb(231,105,221); }

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