#E669CC

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

Shades of Free Speech Magenta #E669CC

Tints of Free Speech Magenta #E669CC

Color information

#E669CC (or 0xE669CC) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 69 and CC. RGB value is (230,105,204). Sum of RGB (Red+Green+Blue) = 230+105+204=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E669CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E669CC is #199633. Grayscale: #999999. Windows color (decimal): -1676852 or 13396454. OLE color: 13396454.

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

Color convert

RGB230105204-
CMYK00.540.110.10
HSL312.48º71.43%65.69%-
HSV(B)312.48º54.35%90.2%-
XYZ48.5831.2960.6-
YUV153.66156.41182.45-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.67%
GREEN value IS 105 (41.41% from 255) = 19.48%
BLUE value IS 204 (80.08% from 255) = 37.85%
R=42.67%
G=19.48%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010520400.540.110.10312.4871.4365.69
HexE669CC036BA1384742
Octal3461513140661312470107102
Binary1110011011010011100110001101101011101010011100010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E669CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E669CC; }

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

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

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

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

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

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

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

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