#E35DDA

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

Shades of Free Speech Magenta #E35DDA

Tints of Free Speech Magenta #E35DDA

Color information

#E35DDA (or 0xE35DDA) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 5D and DA. RGB value is (227,93,218). Sum of RGB (Red+Green+Blue) = 227+93+218=538 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.19% from 538); Green value is 93 (36.72% from 255 or 17.29% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 227 - color contains mainly: red. Hex color #E35DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35DDA is #1CA225. Grayscale: #929292. Windows color (decimal): -1876518 or 14310883. OLE color: 14310883.

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

Color convert

RGB22793218-
CMYK00.590.040.11
HSL304.03º70.53%62.75%-
HSV(B)304.03º59.03%89.02%-
XYZ48.2529.2269.43-
YUV147.32167.89184.84-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.19%
GREEN value IS 93 (36.72% from 255) = 17.29%
BLUE value IS 218 (85.55% from 255) = 40.52%
R=42.19%
G=17.29%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279321800.590.040.11304.0370.5362.75
HexE35DDA03B4B130473f
Octal34313533207341346010777
Binary11100011101110111011010011101110010111001100001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35DDA; }

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

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

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

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

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

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

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

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