#E967D9

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

Shades of Free Speech Magenta #E967D9

Tints of Free Speech Magenta #E967D9

Color information

#E967D9 (or 0xE967D9) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 67 and D9. RGB value is (233,103,217). Sum of RGB (Red+Green+Blue) = 233+103+217=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 103 (40.62% from 255 or 18.63% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E967D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E967D9 is #169826. Grayscale: #9A9A9A. Windows color (decimal): -1480743 or 14247913. OLE color: 14247913.

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

Color convert

RGB233103217-
CMYK00.560.070.09
HSL307.38º74.71%65.88%-
HSV(B)307.38º55.79%91.37%-
XYZ50.9832.0369.14-
YUV154.87163.07183.73-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.13%
GREEN value IS 103 (40.62% from 255) = 18.63%
BLUE value IS 217 (85.16% from 255) = 39.24%
R=42.13%
G=18.63%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310321700.560.070.09307.3874.7165.88
HexE967D9038791334b42
Octal351147331070711463113102
Binary111010011100111110110010111000111100110011001110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E967D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E967D9; }

 p { color: rgb(233,103,217); }

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

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

 a { background-color: rgb(233,103,217); }

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

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

 span { border-color: rgb(233,103,217); }

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