#E869D7

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

Shades of Free Speech Magenta #E869D7

Tints of Free Speech Magenta #E869D7

Color information

#E869D7 (or 0xE869D7) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 69 and D7. RGB value is (232,105,215). Sum of RGB (Red+Green+Blue) = 232+105+215=552 (73% of max value = 765). Red value is 232 (91.02% from 255 or 42.03% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 232 - color contains mainly: red. Hex color #E869D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E869D7 is #179628. Grayscale: #9B9B9B. Windows color (decimal): -1545769 or 14117352. OLE color: 14117352.

HSL color Cylindrical-coordinate representation of color #E869D7: hue angle of 308.03º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E869D7 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB232105215-
CMYK00.550.070.09
HSL308.03º73.41%66.08%-
HSV(B)308.03º54.74%90.98%-
XYZ50.632.1767.83-
YUV155.51161.58182.56-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.03%
GREEN value IS 105 (41.41% from 255) = 19.02%
BLUE value IS 215 (84.38% from 255) = 38.95%
R=42.03%
G=19.02%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210521500.550.070.09308.0373.4166.08
HexE869D7037791344942
Octal350151327067711464111102
Binary111010001101001110101110110111111100110011010010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E869D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E869D7; }

 p { color: rgb(232,105,215); }

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

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

 a { background-color: rgb(232,105,215); }

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

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

 span { border-color: rgb(232,105,215); }

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