#E763D1

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

Shades of Free Speech Magenta #E763D1

Tints of Free Speech Magenta #E763D1

Color information

#E763D1 (or 0xE763D1) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 63 and D1. RGB value is (231,99,209). Sum of RGB (Red+Green+Blue) = 231+99+209=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 99 (39.06% from 255 or 18.37% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E763D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E763D1 is #189C2E. Grayscale: #969696. Windows color (decimal): -1612847 or 13722599. OLE color: 13722599.

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

Color convert

RGB23199209-
CMYK00.570.100.09
HSL310º73.33%64.71%-
HSV(B)310º57.14%90.59%-
XYZ48.9330.5263.63-
YUV151.01160.73185.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.86%
GREEN value IS 99 (39.06% from 255) = 18.37%
BLUE value IS 209 (82.03% from 255) = 38.78%
R=42.86%
G=18.37%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319920900.570.100.0931073.3364.71
HexE763D1039A91364941
Octal3471433210711211466111101
Binary1110011111000111101000101110011010100110011011010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E763D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E763D1; }

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

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

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

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

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

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

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

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