#E968D0

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

Shades of Free Speech Magenta #E968D0

Tints of Free Speech Magenta #E968D0

Color information

#E968D0 (or 0xE968D0) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 68 and D0. RGB value is (233,104,208). Sum of RGB (Red+Green+Blue) = 233+104+208=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E968D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E968D0 is #16972F. Grayscale: #9A9A9A. Windows color (decimal): -1480496 or 13658345. OLE color: 13658345.

HSL color Cylindrical-coordinate representation of color #E968D0: hue angle of 311.63º degrees, saturation: 0.75, 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 #E968D0 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB233104208-
CMYK00.550.110.09
HSL311.63º74.57%66.08%-
HSV(B)311.63º55.36%91.37%-
XYZ49.9431.7863.18-
YUV154.43158.24184.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.75%
GREEN value IS 104 (41.02% from 255) = 19.08%
BLUE value IS 208 (81.64% from 255) = 38.17%
R=42.75%
G=19.08%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310420800.550.110.09311.6374.5766.08
HexE968D0037B91384b42
Octal3511503200671311470113102
Binary1110100111010001101000001101111011100110011100010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E968D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E968D0; }

 p { color: rgb(233,104,208); }

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

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

 a { background-color: rgb(233,104,208); }

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

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

 span { border-color: rgb(233,104,208); }

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