#E754C9

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

Shades of Free Speech Magenta #E754C9

Tints of Free Speech Magenta #E754C9

Color information

#E754C9 (or 0xE754C9) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 54 and C9. RGB value is (231,84,201). Sum of RGB (Red+Green+Blue) = 231+84+201=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 84 (33.20% from 255 or 16.28% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E754C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E754C9 is #18AB36. Grayscale: #8C8C8C. Windows color (decimal): -1616695 or 13194471. OLE color: 13194471.

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

Color convert

RGB23184201-
CMYK00.640.130.09
HSL312.24º75.38%61.76%-
HSV(B)312.24º63.64%90.59%-
XYZ46.6727.5558.12-
YUV141.29161.7191.99-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.77%
GREEN value IS 84 (33.20% from 255) = 16.28%
BLUE value IS 201 (78.91% from 255) = 38.95%
R=44.77%
G=16.28%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318420100.640.130.09312.2475.3861.76
HexE754C9040D91384b3e
Octal3471243110100151147011376
Binary1110011110101001100100101000000110110011001110001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E754C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E754C9; }

 p { color: rgb(231,84,201); }

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

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

 a { background-color: rgb(231,84,201); }

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

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

 span { border-color: rgb(231,84,201); }

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