#E950CA

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

Shades of Free Speech Magenta #E950CA

Tints of Free Speech Magenta #E950CA

Color information

#E950CA (or 0xE950CA) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 50 and CA. RGB value is (233,80,202). Sum of RGB (Red+Green+Blue) = 233+80+202=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E950CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950CA is #16AF35. Grayscale: #8B8B8B. Windows color (decimal): -1486646 or 13258985. OLE color: 13258985.

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

Color convert

RGB23380202-
CMYK00.660.130.09
HSL312.16º77.66%61.37%-
HSV(B)312.16º65.67%91.37%-
XYZ47.1327.3358.67-
YUV139.66163.19194.58-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.24%
GREEN value IS 80 (31.64% from 255) = 15.53%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=45.24%
G=15.53%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338020200.660.130.09312.1677.6661.37
HexE950CA042D91384e3d
Octal3511203120102151147011675
Binary1110100110100001100101001000010110110011001110001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E950CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E950CA; }

 p { color: rgb(233,80,202); }

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

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

 a { background-color: rgb(233,80,202); }

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

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

 span { border-color: rgb(233,80,202); }

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