#E763D8

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

Shades of Free Speech Magenta #E763D8

Tints of Free Speech Magenta #E763D8

Color information

#E763D8 (or 0xE763D8) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 63 and D8. RGB value is (231,99,216). Sum of RGB (Red+Green+Blue) = 231+99+216=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 99 (39.06% from 255 or 18.13% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E763D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E763D8 is #189C27. Grayscale: #979797. Windows color (decimal): -1612840 or 14181351. OLE color: 14181351.

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

Color convert

RGB23199216-
CMYK00.570.060.09
HSL306.82º73.33%64.71%-
HSV(B)306.82º57.14%90.59%-
XYZ49.8130.8768.3-
YUV151.81164.23184.49-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.31%
GREEN value IS 99 (39.06% from 255) = 18.13%
BLUE value IS 216 (84.77% from 255) = 39.56%
R=42.31%
G=18.13%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319921600.570.060.09306.8273.3364.71
HexE763D8039691334941
Octal347143330071611463111101
Binary111001111100011110110000111001110100110011001110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E763D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E763D8; }

 p { color: rgb(231,99,216); }

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

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

 a { background-color: rgb(231,99,216); }

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

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

 span { border-color: rgb(231,99,216); }

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