#E761CA

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

Shades of Free Speech Magenta #E761CA

Tints of Free Speech Magenta #E761CA

Color information

#E761CA (or 0xE761CA) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 61 and CA. RGB value is (231,97,202). Sum of RGB (Red+Green+Blue) = 231+97+202=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 97 (38.28% from 255 or 18.30% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E761CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E761CA is #189E35. Grayscale: #949494. Windows color (decimal): -1613366 or 13263335. OLE color: 13263335.

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

Color convert

RGB23197202-
CMYK00.580.130.09
HSL312.99º73.63%64.31%-
HSV(B)312.99º58.01%90.59%-
XYZ47.8929.859.11-
YUV149.04157.89186.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.58%
GREEN value IS 97 (38.28% from 255) = 18.30%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=43.58%
G=18.30%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319720200.580.130.09312.9973.6364.31
HexE761CA03AD91394a40
Octal3471413120721511471112100
Binary1110011111000011100101001110101101100110011100110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E761CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E761CA; }

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

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

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

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

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

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

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

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