#E35AEC

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

Shades of Free Speech Magenta #E35AEC

Tints of Free Speech Magenta #E35AEC

Color information

#E35AEC (or 0xE35AEC) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 5A and EC. RGB value is (227,90,236). Sum of RGB (Red+Green+Blue) = 227+90+236=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 90 (35.55% from 255 or 16.27% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #E35AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35AEC is #1CA513. Grayscale: #939393. Windows color (decimal): -1877268 or 15489763. OLE color: 15489763.

HSL color Cylindrical-coordinate representation of color #E35AEC: hue angle of 296.3º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E35AEC is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22790236-
CMYK0.040.6200.07
HSL296.3º79.35%63.92%-
HSV(B)296.3º61.86%92.55%-
XYZ50.4829.782.43-
YUV147.61177.89184.63-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.05%
GREEN value IS 90 (35.55% from 255) = 16.27%
BLUE value IS 236 (92.58% from 255) = 42.68%
R=41.05%
G=16.27%
B=42.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal227902360.040.6200.07296.379.3563.92
HexE35AEC43E071284f40
Octal34313235447607450117100
Binary11100011101101011101100100111110011110010100010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35AEC; }

 p { color: rgb(227,90,236); }

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

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

 a { background-color: rgb(227,90,236); }

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

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

 span { border-color: rgb(227,90,236); }

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