#E35DC4

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

Shades of Free Speech Magenta #E35DC4

Tints of Free Speech Magenta #E35DC4

Color information

#E35DC4 (or 0xE35DC4) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 5D and C4. RGB value is (227,93,196). Sum of RGB (Red+Green+Blue) = 227+93+196=516 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.99% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 227 - color contains mainly: red. Hex color #E35DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35DC4 is #1CA23B. Grayscale: #909090. Windows color (decimal): -1876540 or 12869091. OLE color: 12869091.

HSL color Cylindrical-coordinate representation of color #E35DC4: hue angle of 313.88º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35DC4 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB22793196-
CMYK00.590.140.11
HSL313.88º70.53%62.75%-
HSV(B)313.88º59.03%89.02%-
XYZ45.5628.1555.26-
YUV144.81156.89186.62-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.99%
GREEN value IS 93 (36.72% from 255) = 18.02%
BLUE value IS 196 (76.95% from 255) = 37.98%
R=43.99%
G=18.02%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279319600.590.140.11313.8870.5362.75
HexE35DC403BEB13a473f
Octal343135304073161347210777
Binary111000111011101110001000111011111010111001110101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35DC4; }

 p { color: rgb(227,93,196); }

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

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

 a { background-color: rgb(227,93,196); }

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

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

 span { border-color: rgb(227,93,196); }

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