#E35BDA

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

Shades of Free Speech Magenta #E35BDA

Tints of Free Speech Magenta #E35BDA

Color information

#E35BDA (or 0xE35BDA) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 5B and DA. RGB value is (227,91,218). Sum of RGB (Red+Green+Blue) = 227+91+218=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 91 (35.94% from 255 or 16.98% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 227 - color contains mainly: red. Hex color #E35BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35BDA is #1CA425. Grayscale: #919191. Windows color (decimal): -1877030 or 14310371. OLE color: 14310371.

HSL color Cylindrical-coordinate representation of color #E35BDA: hue angle of 303.97º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35BDA is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB22791218-
CMYK00.600.040.11
HSL303.97º70.83%62.35%-
HSV(B)303.97º59.91%89.02%-
XYZ48.0728.8869.37-
YUV146.14168.56185.67-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.35%
GREEN value IS 91 (35.94% from 255) = 16.98%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=42.35%
G=16.98%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279121800.600.040.11303.9770.8362.35
HexE35BDA03C4B130473e
Octal34313333207441346010776
Binary11100011101101111011010011110010010111001100001000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35BDA; }

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

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

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

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

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

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

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

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