#E15BD2

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

Shades of Free Speech Magenta #E15BD2

Tints of Free Speech Magenta #E15BD2

Color information

#E15BD2 (or 0xE15BD2) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5B and D2. RGB value is (225,91,210). Sum of RGB (Red+Green+Blue) = 225+91+210=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 91 (35.94% from 255 or 17.30% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E15BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15BD2 is #1EA42D. Grayscale: #909090. Windows color (decimal): -2008110 or 13786081. OLE color: 13786081.

HSL color Cylindrical-coordinate representation of color #E15BD2: hue angle of 306.72º 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 #E15BD2 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB22591210-
CMYK00.600.070.12
HSL306.72º69.07%61.96%-
HSV(B)306.72º59.56%88.24%-
XYZ46.4328.1463.96-
YUV144.63164.89185.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.78%
GREEN value IS 91 (35.94% from 255) = 17.30%
BLUE value IS 210 (82.42% from 255) = 39.92%
R=42.78%
G=17.30%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259121000.600.070.12306.7269.0761.96
HexE15BD203C7C133453e
Octal34113332207471446310576
Binary11100001101101111010010011110011111001001100111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15BD2; }

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

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

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

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

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

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

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

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