#E35BED

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

Shades of Free Speech Magenta #E35BED

Tints of Free Speech Magenta #E35BED

Color information

#E35BED (or 0xE35BED) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 5B and ED. RGB value is (227,91,237). Sum of RGB (Red+Green+Blue) = 227+91+237=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 91 (35.94% from 255 or 16.40% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #E35BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35BED is #1CA412. Grayscale: #939393. Windows color (decimal): -1877011 or 15555555. OLE color: 15555555.

HSL color Cylindrical-coordinate representation of color #E35BED: hue angle of 295.89º degrees, saturation: 0.8, 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 #E35BED is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22791237-
CMYK0.040.6200.07
HSL295.89º80.22%64.31%-
HSV(B)295.89º61.6%92.94%-
XYZ50.7129.9383.22-
YUV148.31178.06184.13-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.90%
GREEN value IS 91 (35.94% from 255) = 16.40%
BLUE value IS 237 (92.97% from 255) = 42.70%
R=40.90%
G=16.40%
B=42.70%

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
Decimal227912370.040.6200.07295.8980.2264.31
HexE35BED43E071285040
Octal34313335547607450120100
Binary11100011101101111101101100111110011110010100010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35BED; }

 p { color: rgb(227,91,237); }

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

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

 a { background-color: rgb(227,91,237); }

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

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

 span { border-color: rgb(227,91,237); }

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