#E95CC9

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

Shades of Free Speech Magenta #E95CC9

Tints of Free Speech Magenta #E95CC9

Color information

#E95CC9 (or 0xE95CC9) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 5C and C9. RGB value is (233,92,201). Sum of RGB (Red+Green+Blue) = 233+92+201=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 92 (36.33% from 255 or 17.49% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E95CC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95CC9 is #16A336. Grayscale: #929292. Windows color (decimal): -1483575 or 13196521. OLE color: 13196521.

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

Color convert

RGB23392201-
CMYK00.610.140.09
HSL313.62º76.22%63.73%-
HSV(B)313.62º60.52%91.37%-
XYZ47.9729.1958.37-
YUV146.58158.71189.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.30%
GREEN value IS 92 (36.33% from 255) = 17.49%
BLUE value IS 201 (78.91% from 255) = 38.21%
R=44.30%
G=17.49%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339220100.610.140.09313.6276.2263.73
HexE95CC903DE913a4c40
Octal3511343110751611472114100
Binary1110100110111001100100101111011110100110011101010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95CC9; }

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

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

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

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

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

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

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

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