#E763D7

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

Shades of Free Speech Magenta #E763D7

Tints of Free Speech Magenta #E763D7

Color information

#E763D7 (or 0xE763D7) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 63 and D7. RGB value is (231,99,215). Sum of RGB (Red+Green+Blue) = 231+99+215=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 99 (39.06% from 255 or 18.17% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E763D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E763D7 is #189C28. Grayscale: #979797. Windows color (decimal): -1612841 or 14115815. OLE color: 14115815.

HSL color Cylindrical-coordinate representation of color #E763D7: hue angle of 307.27º 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 #E763D7 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB23199215-
CMYK00.570.070.09
HSL307.27º73.33%64.71%-
HSV(B)307.27º57.14%90.59%-
XYZ49.6830.8267.62-
YUV151.69163.73184.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.39%
GREEN value IS 99 (39.06% from 255) = 18.17%
BLUE value IS 215 (84.38% from 255) = 39.45%
R=42.39%
G=18.17%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319921500.570.070.09307.2773.3364.71
HexE763D7039791334941
Octal347143327071711463111101
Binary111001111100011110101110111001111100110011001110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E763D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E763D7; }

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

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

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

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

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

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

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

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