#E761CE

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

Shades of Free Speech Magenta #E761CE

Tints of Free Speech Magenta #E761CE

Color information

#E761CE (or 0xE761CE) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 61 and CE. RGB value is (231,97,206). Sum of RGB (Red+Green+Blue) = 231+97+206=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 97 (38.28% from 255 or 18.16% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E761CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E761CE is #189E31. Grayscale: #959595. Windows color (decimal): -1613362 or 13525479. OLE color: 13525479.

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

Color convert

RGB23197206-
CMYK00.580.110.09
HSL311.19º73.63%64.31%-
HSV(B)311.19º58.01%90.59%-
XYZ48.3729.9961.63-
YUV149.49159.89186.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.26%
GREEN value IS 97 (38.28% from 255) = 18.16%
BLUE value IS 206 (80.86% from 255) = 38.58%
R=43.26%
G=18.16%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319720600.580.110.09311.1973.6364.31
HexE761CE03AB91374a40
Octal3471413160721311467112100
Binary1110011111000011100111001110101011100110011011110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E761CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E761CE; }

 p { color: rgb(231,97,206); }

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

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

 a { background-color: rgb(231,97,206); }

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

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

 span { border-color: rgb(231,97,206); }

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