#E867D0

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

Shades of Free Speech Magenta #E867D0

Tints of Free Speech Magenta #E867D0

Color information

#E867D0 (or 0xE867D0) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 67 and D0. RGB value is (232,103,208). Sum of RGB (Red+Green+Blue) = 232+103+208=543 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.73% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 232 - color contains mainly: red. Hex color #E867D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E867D0 is #17982F. Grayscale: #999999. Windows color (decimal): -1546288 or 13658088. OLE color: 13658088.

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

Color convert

RGB232103208-
CMYK00.560.100.09
HSL311.16º73.71%65.69%-
HSV(B)311.16º55.6%90.98%-
XYZ49.5131.4163.13-
YUV153.54158.74183.96-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.73%
GREEN value IS 103 (40.62% from 255) = 18.97%
BLUE value IS 208 (81.64% from 255) = 38.31%
R=42.73%
G=18.97%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210320800.560.100.09311.1673.7165.69
HexE867D0038A91374a42
Octal3501473200701211467112102
Binary1110100011001111101000001110001010100110011011110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E867D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E867D0; }

 p { color: rgb(232,103,208); }

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

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

 a { background-color: rgb(232,103,208); }

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

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

 span { border-color: rgb(232,103,208); }

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