#E75FEA

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

Shades of Free Speech Magenta #E75FEA

Tints of Free Speech Magenta #E75FEA

Color information

#E75FEA (or 0xE75FEA) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 5F and EA. RGB value is (231,95,234). Sum of RGB (Red+Green+Blue) = 231+95+234=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 95 (37.5% from 255 or 16.96% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #E75FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75FEA is #18A015. Grayscale: #979797. Windows color (decimal): -1613846 or 15359975. OLE color: 15359975.

HSL color Cylindrical-coordinate representation of color #E75FEA: hue angle of 298.71º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E75FEA is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB23195234-
CMYK0.010.5900.08
HSL298.71º76.8%64.51%-
HSV(B)298.71º59.4%91.76%-
XYZ51.931.1181.11-
YUV151.51174.56184.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.25%
GREEN value IS 95 (37.5% from 255) = 16.96%
BLUE value IS 234 (91.80% from 255) = 41.79%
R=41.25%
G=16.96%
B=41.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal231952340.010.5900.08298.7176.864.51
HexE75FEA13B0812b4d41
Octal347137352173010453115101
Binary1110011110111111110101011110110100010010101110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75FEA; }

 p { color: rgb(231,95,234); }

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

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

 a { background-color: rgb(231,95,234); }

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

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

 span { border-color: rgb(231,95,234); }

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