#E957CD

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

Shades of Free Speech Magenta #E957CD

Tints of Free Speech Magenta #E957CD

Color information

#E957CD (or 0xE957CD) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 57 and CD. RGB value is (233,87,205). Sum of RGB (Red+Green+Blue) = 233+87+205=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 87 (34.38% from 255 or 16.57% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E957CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E957CD is #16A832. Grayscale: #8F8F8F. Windows color (decimal): -1484851 or 13457385. OLE color: 13457385.

HSL color Cylindrical-coordinate representation of color #E957CD: hue angle of 311.51º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E957CD is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB23387205-
CMYK00.630.120.09
HSL311.51º76.84%62.75%-
HSV(B)311.51º62.66%91.37%-
XYZ48.0328.5560.74-
YUV144.11162.37191.41-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.38%
GREEN value IS 87 (34.38% from 255) = 16.57%
BLUE value IS 205 (80.47% from 255) = 39.05%
R=44.38%
G=16.57%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338720500.630.120.09311.5176.8462.75
HexE957CD03FC91384d3f
Octal351127315077141147011577
Binary111010011010111110011010111111110010011001110001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E957CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E957CD; }

 p { color: rgb(233,87,205); }

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

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

 a { background-color: rgb(233,87,205); }

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

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

 span { border-color: rgb(233,87,205); }

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