#E669D4

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

Shades of Free Speech Magenta #E669D4

Tints of Free Speech Magenta #E669D4

Color information

#E669D4 (or 0xE669D4) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 69 and D4. RGB value is (230,105,212). Sum of RGB (Red+Green+Blue) = 230+105+212=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E669D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E669D4 is #19962B. Grayscale: #9A9A9A. Windows color (decimal): -1676844 or 13920742. OLE color: 13920742.

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

Color convert

RGB230105212-
CMYK00.540.080.10
HSL308.64º71.43%65.69%-
HSV(B)308.64º54.35%90.2%-
XYZ49.5731.6865.79-
YUV154.57160.41181.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.05%
GREEN value IS 105 (41.41% from 255) = 19.20%
BLUE value IS 212 (83.20% from 255) = 38.76%
R=42.05%
G=19.20%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010521200.540.080.10308.6471.4365.69
HexE669D40368A1354742
Octal3461513240661012465107102
Binary1110011011010011101010001101101000101010011010110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E669D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E669D4; }

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

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

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

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

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

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

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

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