#E35DE5

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

Shades of Free Speech Magenta #E35DE5

Tints of Free Speech Magenta #E35DE5

Color information

#E35DE5 (or 0xE35DE5) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 5D and E5. RGB value is (227,93,229). Sum of RGB (Red+Green+Blue) = 227+93+229=549 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.35% from 549); Green value is 93 (36.72% from 255 or 16.94% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #E35DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35DE5 is #1CA21A. Grayscale: #949494. Windows color (decimal): -1876507 or 15031779. OLE color: 15031779.

HSL color Cylindrical-coordinate representation of color #E35DE5: hue angle of 299.12º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35DE5 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22793229-
CMYK0.010.5900.10
HSL299.12º72.34%63.14%-
HSV(B)299.12º59.39%89.8%-
XYZ49.7429.8277.26-
YUV148.57173.39183.94-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.35%
GREEN value IS 93 (36.72% from 255) = 16.94%
BLUE value IS 229 (89.84% from 255) = 41.71%
R=41.35%
G=16.94%
B=41.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal227932290.010.5900.10299.1272.3463.14
HexE35DE513B0A12b483f
Octal34313534517301245311077
Binary111000111011101111001011111011010101001010111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35DE5; }

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

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

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

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

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

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

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

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