#E669D1

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

Shades of Free Speech Magenta #E669D1

Tints of Free Speech Magenta #E669D1

Color information

#E669D1 (or 0xE669D1) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 69 and D1. RGB value is (230,105,209). Sum of RGB (Red+Green+Blue) = 230+105+209=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 105 (41.41% from 255 or 19.30% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E669D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E669D1 is #19962E. Grayscale: #999999. Windows color (decimal): -1676847 or 13724134. OLE color: 13724134.

HSL color Cylindrical-coordinate representation of color #E669D1: hue angle of 310.08º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E669D1 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB230105209-
CMYK00.540.090.10
HSL310.08º71.43%65.69%-
HSV(B)310.08º54.35%90.2%-
XYZ49.1931.5363.81-
YUV154.23158.91182.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.28%
GREEN value IS 105 (41.41% from 255) = 19.30%
BLUE value IS 209 (82.03% from 255) = 38.42%
R=42.28%
G=19.30%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010520900.540.090.10310.0871.4365.69
HexE669D10369A1364742
Octal3461513210661112466107102
Binary1110011011010011101000101101101001101010011011010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E669D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E669D1; }

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

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

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

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

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

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

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

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