#E35BCE

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

Shades of Free Speech Magenta #E35BCE

Tints of Free Speech Magenta #E35BCE

Color information

#E35BCE (or 0xE35BCE) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 5B and CE. RGB value is (227,91,206). Sum of RGB (Red+Green+Blue) = 227+91+206=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 91 (35.94% from 255 or 17.37% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 227 - color contains mainly: red. Hex color #E35BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35BCE is #1CA431. Grayscale: #909090. Windows color (decimal): -1877042 or 13523939. OLE color: 13523939.

HSL color Cylindrical-coordinate representation of color #E35BCE: hue angle of 309.26º 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 #E35BCE is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB22791206-
CMYK00.600.090.11
HSL309.26º70.83%62.35%-
HSV(B)309.26º59.91%89.02%-
XYZ46.5628.2761.4-
YUV144.77162.56186.65-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.32%
GREEN value IS 91 (35.94% from 255) = 17.37%
BLUE value IS 206 (80.86% from 255) = 39.31%
R=43.32%
G=17.37%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279120600.600.090.11309.2670.8362.35
HexE35BCE03C9B135473e
Octal343133316074111346510776
Binary111000111011011110011100111100100110111001101011000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35BCE; }

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

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

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

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

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

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

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

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