#E835F1

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

Shades of Free Speech Magenta #E835F1

Tints of Free Speech Magenta #E835F1

Color information

#E835F1 (or 0xE835F1) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 35 and F1. RGB value is (232,53,241). Sum of RGB (Red+Green+Blue) = 232+53+241=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 53 (21.09% from 255 or 10.08% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #E835F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E835F1 is #17CA0E. Grayscale: #7F7F7F. Windows color (decimal): -1559055 or 15807976. OLE color: 15807976.

HSL color Cylindrical-coordinate representation of color #E835F1: hue angle of 297.13º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E835F1 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23253241-
CMYK0.040.7800.05
HSL297.13º87.04%57.65%-
HSV(B)297.13º78.01%94.51%-
XYZ50.4326.0585.59-
YUV127.95191.8202.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.11%
GREEN value IS 53 (21.09% from 255) = 10.08%
BLUE value IS 241 (94.53% from 255) = 45.82%
R=44.11%
G=10.08%
B=45.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal232532410.040.7800.05297.1387.0457.65
HexE835F144E05129573a
Octal3506536141160545112772
Binary1110100011010111110001100100111001011001010011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E835F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E835F1; }

 p { color: rgb(232,53,241); }

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

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

 a { background-color: rgb(232,53,241); }

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

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

 span { border-color: rgb(232,53,241); }

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