#E95CD3

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

Shades of Free Speech Magenta #E95CD3

Tints of Free Speech Magenta #E95CD3

Color information

#E95CD3 (or 0xE95CD3) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 5C and D3. RGB value is (233,92,211). Sum of RGB (Red+Green+Blue) = 233+92+211=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 92 (36.33% from 255 or 17.16% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E95CD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95CD3 is #16A32C. Grayscale: #939393. Windows color (decimal): -1483565 or 13851881. OLE color: 13851881.

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

Color convert

RGB23392211-
CMYK00.610.090.09
HSL309.36º76.22%63.73%-
HSV(B)309.36º60.52%91.37%-
XYZ49.1929.6864.76-
YUV147.72163.71188.82-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.47%
GREEN value IS 92 (36.33% from 255) = 17.16%
BLUE value IS 211 (82.81% from 255) = 39.37%
R=43.47%
G=17.16%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339221100.610.090.09309.3676.2263.73
HexE95CD303D991354c40
Octal3511343230751111465114100
Binary1110100110111001101001101111011001100110011010110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95CD3; }

 p { color: rgb(233,92,211); }

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

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

 a { background-color: rgb(233,92,211); }

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

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

 span { border-color: rgb(233,92,211); }

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