#E669E1

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

Shades of Free Speech Magenta #E669E1

Tints of Free Speech Magenta #E669E1

Color information

#E669E1 (or 0xE669E1) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 69 and E1. RGB value is (230,105,225). Sum of RGB (Red+Green+Blue) = 230+105+225=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 105 (41.41% from 255 or 18.75% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E669E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E669E1 is #19961E. Grayscale: #9B9B9B. Windows color (decimal): -1676831 or 14772710. OLE color: 14772710.

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

Color convert

RGB230105225-
CMYK00.540.020.10
HSL302.4º71.43%65.69%-
HSV(B)302.4º54.35%90.2%-
XYZ51.2832.3674.78-
YUV156.06166.91180.74-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.07%
GREEN value IS 105 (41.41% from 255) = 18.75%
BLUE value IS 225 (88.28% from 255) = 40.18%
R=41.07%
G=18.75%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010522500.540.020.10302.471.4365.69
HexE669E10362A12e4742
Octal346151341066212456107102
Binary11100110110100111100001011011010101010010111010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E669E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E669E1; }

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

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

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

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

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

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

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

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