#E754D9

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

Shades of Free Speech Magenta #E754D9

Tints of Free Speech Magenta #E754D9

Color information

#E754D9 (or 0xE754D9) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 54 and D9. RGB value is (231,84,217). Sum of RGB (Red+Green+Blue) = 231+84+217=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 84 (33.20% from 255 or 15.79% from 532); Blue value is 217 (85.16% from 255 or 40.79% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E754D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E754D9 is #18AB26. Grayscale: #8E8E8E. Windows color (decimal): -1616679 or 14243047. OLE color: 14243047.

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

Color convert

RGB23184217-
CMYK00.640.060.09
HSL305.71º75.38%61.76%-
HSV(B)305.71º63.64%90.59%-
XYZ48.6528.3468.55-
YUV143.12169.7190.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.42%
GREEN value IS 84 (33.20% from 255) = 15.79%
BLUE value IS 217 (85.16% from 255) = 40.79%
R=43.42%
G=15.79%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318421700.640.060.09305.7175.3861.76
HexE754D9040691324b3e
Octal347124331010061146211376
Binary111001111010100110110010100000011010011001100101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E754D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E754D9; }

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

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

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

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

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

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

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

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