#E15BDE

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

Shades of Free Speech Magenta #E15BDE

Tints of Free Speech Magenta #E15BDE

Color information

#E15BDE (or 0xE15BDE) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5B and DE. RGB value is (225,91,222). Sum of RGB (Red+Green+Blue) = 225+91+222=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 91 (35.94% from 255 or 16.91% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E15BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15BDE is #1EA421. Grayscale: #919191. Windows color (decimal): -2008098 or 14572513. OLE color: 14572513.

HSL color Cylindrical-coordinate representation of color #E15BDE: hue angle of 301.34º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15BDE is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB22591222-
CMYK00.600.010.12
HSL301.34º69.07%61.96%-
HSV(B)301.34º59.56%88.24%-
XYZ47.9828.7672.13-
YUV146170.89184.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.82%
GREEN value IS 91 (35.94% from 255) = 16.91%
BLUE value IS 222 (87.11% from 255) = 41.26%
R=41.82%
G=16.91%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259122200.600.010.12301.3469.0761.96
HexE15BDE03C1C12d453e
Octal34113333607411445510576
Binary111000011011011110111100111100111001001011011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15BDE; }

 p { color: rgb(225,91,222); }

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

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

 a { background-color: rgb(225,91,222); }

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

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

 span { border-color: rgb(225,91,222); }

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