#E969D1

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

Shades of Free Speech Magenta #E969D1

Tints of Free Speech Magenta #E969D1

Color information

#E969D1 (or 0xE969D1) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 69 and D1. RGB value is (233,105,209). Sum of RGB (Red+Green+Blue) = 233+105+209=547 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.60% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 233 - color contains mainly: red. Hex color #E969D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E969D1 is #16962E. Grayscale: #9A9A9A. Windows color (decimal): -1480239 or 13724137. OLE color: 13724137.

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

Color convert

RGB233105209-
CMYK00.550.100.09
HSL311.25º74.42%66.27%-
HSV(B)311.25º54.94%91.37%-
XYZ50.1632.0363.86-
YUV155.13158.41183.54-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.60%
GREEN value IS 105 (41.41% from 255) = 19.20%
BLUE value IS 209 (82.03% from 255) = 38.21%
R=42.60%
G=19.20%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310520900.550.100.09311.2574.4266.27
HexE969D1037A91374a42
Octal3511513210671211467112102
Binary1110100111010011101000101101111010100110011011110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E969D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E969D1; }

 p { color: rgb(233,105,209); }

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

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

 a { background-color: rgb(233,105,209); }

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

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

 span { border-color: rgb(233,105,209); }

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