#E75CC4

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

Shades of Free Speech Magenta #E75CC4

Tints of Free Speech Magenta #E75CC4

Color information

#E75CC4 (or 0xE75CC4) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 5C and C4. RGB value is (231,92,196). Sum of RGB (Red+Green+Blue) = 231+92+196=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E75CC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75CC4 is #18A33B. Grayscale: #919191. Windows color (decimal): -1614652 or 12868839. OLE color: 12868839.

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

Color convert

RGB23192196-
CMYK00.600.150.09
HSL315.11º74.33%63.33%-
HSV(B)315.11º60.17%90.59%-
XYZ46.7528.6355.29-
YUV145.42156.55189.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.51%
GREEN value IS 92 (36.33% from 255) = 17.73%
BLUE value IS 196 (76.95% from 255) = 37.76%
R=44.51%
G=17.73%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319219600.600.150.09315.1174.3363.33
HexE75CC403CF913b4a3f
Octal347134304074171147311277
Binary111001111011100110001000111100111110011001110111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75CC4; }

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

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

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

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

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

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

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

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