#E75CE2

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

Shades of Free Speech Magenta #E75CE2

Tints of Free Speech Magenta #E75CE2

Color information

#E75CE2 (or 0xE75CE2) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 5C and E2. RGB value is (231,92,226). Sum of RGB (Red+Green+Blue) = 231+92+226=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 92 (36.33% from 255 or 16.76% from 549); Blue value is 226 (88.67% from 255 or 41.17% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E75CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75CE2 is #18A31D. Grayscale: #949494. Windows color (decimal): -1614622 or 14834919. OLE color: 14834919.

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

Color convert

RGB23192226-
CMYK00.600.020.09
HSL302.16º74.33%63.33%-
HSV(B)302.16º60.17%90.59%-
XYZ50.5130.1375.11-
YUV148.84171.55186.6-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.08%
GREEN value IS 92 (36.33% from 255) = 16.76%
BLUE value IS 226 (88.67% from 255) = 41.17%
R=42.08%
G=16.76%
B=41.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319222600.600.020.09302.1674.3363.33
HexE75CE203C2912e4a3f
Octal34713434207421145611277
Binary1110011110111001110001001111001010011001011101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75CE2; }

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

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

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

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

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

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

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

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