#E760C5

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

Shades of Free Speech Magenta #E760C5

Tints of Free Speech Magenta #E760C5

Color information

#E760C5 (or 0xE760C5) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 60 and C5. RGB value is (231,96,197). Sum of RGB (Red+Green+Blue) = 231+96+197=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E760C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E760C5 is #189F3A. Grayscale: #939393. Windows color (decimal): -1613627 or 12935399. OLE color: 12935399.

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

Color convert

RGB23196197-
CMYK00.580.150.09
HSL315.11º73.77%64.12%-
HSV(B)315.11º58.44%90.59%-
XYZ47.2229.3956.01-
YUV147.88155.73187.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.08%
GREEN value IS 96 (37.89% from 255) = 18.32%
BLUE value IS 197 (77.34% from 255) = 37.60%
R=44.08%
G=18.32%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319619700.580.150.09315.1173.7764.12
HexE760C503AF913b4a40
Octal3471403050721711473112100
Binary1110011111000001100010101110101111100110011101110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E760C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E760C5; }

 p { color: rgb(231,96,197); }

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

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

 a { background-color: rgb(231,96,197); }

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

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

 span { border-color: rgb(231,96,197); }

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