#E754D4

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

Shades of Free Speech Magenta #E754D4

Tints of Free Speech Magenta #E754D4

Color information

#E754D4 (or 0xE754D4) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 54 and D4. RGB value is (231,84,212). Sum of RGB (Red+Green+Blue) = 231+84+212=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 84 (33.20% from 255 or 15.94% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E754D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E754D4 is #18AB2B. Grayscale: #8E8E8E. Windows color (decimal): -1616684 or 13915367. OLE color: 13915367.

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

Color convert

RGB23184212-
CMYK00.640.080.09
HSL307.76º75.38%61.76%-
HSV(B)307.76º63.64%90.59%-
XYZ48.0128.0865.18-
YUV142.55167.2191.09-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.83%
GREEN value IS 84 (33.20% from 255) = 15.94%
BLUE value IS 212 (83.20% from 255) = 40.23%
R=43.83%
G=15.94%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318421200.640.080.09307.7675.3861.76
HexE754D4040891344b3e
Octal3471243240100101146411376
Binary1110011110101001101010001000000100010011001101001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E754D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E754D4; }

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

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

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

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

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

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

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

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