#E950CD

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

Shades of Free Speech Magenta #E950CD

Tints of Free Speech Magenta #E950CD

Color information

#E950CD (or 0xE950CD) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 50 and CD. RGB value is (233,80,205). Sum of RGB (Red+Green+Blue) = 233+80+205=518 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.98% from 518); Green value is 80 (31.64% from 255 or 15.44% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 233 - color contains mainly: red. Hex color #E950CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950CD is #16AF32. Grayscale: #8B8B8B. Windows color (decimal): -1486643 or 13455593. OLE color: 13455593.

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

Color convert

RGB23380205-
CMYK00.660.120.09
HSL310.98º77.66%61.37%-
HSV(B)310.98º65.67%91.37%-
XYZ47.4927.4760.56-
YUV140164.69194.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.98%
GREEN value IS 80 (31.64% from 255) = 15.44%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=44.98%
G=15.44%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338020500.660.120.09310.9877.6661.37
HexE950CD042C91374e3d
Octal3511203150102141146711675
Binary1110100110100001100110101000010110010011001101111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E950CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E950CD; }

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

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

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

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

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

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

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

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