#E968D4

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

Shades of Free Speech Magenta #E968D4

Tints of Free Speech Magenta #E968D4

Color information

#E968D4 (or 0xE968D4) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 68 and D4. RGB value is (233,104,212). Sum of RGB (Red+Green+Blue) = 233+104+212=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 104 (41.02% from 255 or 18.94% from 549); Blue value is 212 (83.20% from 255 or 38.62% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E968D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E968D4 is #16972B. Grayscale: #9A9A9A. Windows color (decimal): -1480492 or 13920489. OLE color: 13920489.

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

Color convert

RGB233104212-
CMYK00.550.090.09
HSL309.77º74.57%66.08%-
HSV(B)309.77º55.36%91.37%-
XYZ50.4431.9865.8-
YUV154.88160.24183.72-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.44%
GREEN value IS 104 (41.02% from 255) = 18.94%
BLUE value IS 212 (83.20% from 255) = 38.62%
R=42.44%
G=18.94%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310421200.550.090.09309.7774.5766.08
HexE968D4037991364b42
Octal3511503240671111466113102
Binary1110100111010001101010001101111001100110011011010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E968D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E968D4; }

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

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

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

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

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

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

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

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