#E75CBE

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

Shades of Free Speech Magenta #E75CBE

Tints of Free Speech Magenta #E75CBE

Color information

#E75CBE (or 0xE75CBE) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 5C and BE. RGB value is (231,92,190). Sum of RGB (Red+Green+Blue) = 231+92+190=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E75CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75CBE is #18A341. Grayscale: #909090. Windows color (decimal): -1614658 or 12475623. OLE color: 12475623.

HSL color Cylindrical-coordinate representation of color #E75CBE: hue angle of 317.7º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75CBE is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB23192190-
CMYK00.600.180.09
HSL317.7º74.33%63.33%-
HSV(B)317.7º60.17%90.59%-
XYZ46.0828.3651.76-
YUV144.73153.55189.53-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.03%
GREEN value IS 92 (36.33% from 255) = 17.93%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=45.03%
G=17.93%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319219000.600.180.09317.774.3363.33
HexE75CBE03C12913e4a3f
Octal347134276074221147611277
Binary1110011110111001011111001111001001010011001111101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75CBE; }

 p { color: rgb(231,92,190); }

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

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

 a { background-color: rgb(231,92,190); }

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

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

 span { border-color: rgb(231,92,190); }

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