#E669DA

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

Shades of Free Speech Magenta #E669DA

Tints of Free Speech Magenta #E669DA

Color information

#E669DA (or 0xE669DA) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 69 and DA. RGB value is (230,105,218). Sum of RGB (Red+Green+Blue) = 230+105+218=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E669DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E669DA is #199625. Grayscale: #9A9A9A. Windows color (decimal): -1676838 or 14313958. OLE color: 14313958.

HSL color Cylindrical-coordinate representation of color #E669DA: hue angle of 305.76º 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 #E669DA is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB230105218-
CMYK00.540.050.10
HSL305.76º71.43%65.69%-
HSV(B)305.76º54.35%90.2%-
XYZ50.3431.9969.85-
YUV155.26163.41181.31-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.59%
GREEN value IS 105 (41.41% from 255) = 18.99%
BLUE value IS 218 (85.55% from 255) = 39.42%
R=41.59%
G=18.99%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010521800.540.050.10305.7671.4365.69
HexE669DA0365A1324742
Octal346151332066512462107102
Binary111001101101001110110100110110101101010011001010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E669DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E669DA; }

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

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

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

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

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

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

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

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