#E95CCE

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

Shades of Free Speech Magenta #E95CCE

Tints of Free Speech Magenta #E95CCE

Color information

#E95CCE (or 0xE95CCE) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 5C and CE. RGB value is (233,92,206). Sum of RGB (Red+Green+Blue) = 233+92+206=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 92 (36.33% from 255 or 17.33% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E95CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95CCE is #16A331. Grayscale: #929292. Windows color (decimal): -1483570 or 13524201. OLE color: 13524201.

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

Color convert

RGB23392206-
CMYK00.610.120.09
HSL311.49º76.22%63.73%-
HSV(B)311.49º60.52%91.37%-
XYZ48.5729.4361.51-
YUV147.16161.21189.23-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.88%
GREEN value IS 92 (36.33% from 255) = 17.33%
BLUE value IS 206 (80.86% from 255) = 38.79%
R=43.88%
G=17.33%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339220600.610.120.09311.4976.2263.73
HexE95CCE03DC91374c40
Octal3511343160751411467114100
Binary1110100110111001100111001111011100100110011011110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95CCE; }

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

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

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

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

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

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

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

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