#E35DBF

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

Shades of Free Speech Magenta #E35DBF

Tints of Free Speech Magenta #E35DBF

Color information

#E35DBF (or 0xE35DBF) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 5D and BF. RGB value is (227,93,191). Sum of RGB (Red+Green+Blue) = 227+93+191=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 227 - color contains mainly: red. Hex color #E35DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35DBF is #1CA240. Grayscale: #8F8F8F. Windows color (decimal): -1876545 or 12541411. OLE color: 12541411.

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

Color convert

RGB22793191-
CMYK00.590.160.11
HSL316.12º70.53%62.75%-
HSV(B)316.12º59.03%89.02%-
XYZ4527.9252.31-
YUV144.24154.39187.03-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.42%
GREEN value IS 93 (36.72% from 255) = 18.20%
BLUE value IS 191 (75% from 255) = 37.38%
R=44.42%
G=18.20%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279319100.590.160.11316.1270.5362.75
HexE35DBF03B10B13c473f
Octal343135277073201347410777
Binary1110001110111011011111101110111000010111001111001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35DBF; }

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

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

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

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

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

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

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

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