#E15CD2

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

Shades of Free Speech Magenta #E15CD2

Tints of Free Speech Magenta #E15CD2

Color information

#E15CD2 (or 0xE15CD2) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5C and D2. RGB value is (225,92,210). Sum of RGB (Red+Green+Blue) = 225+92+210=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 92 (36.33% from 255 or 17.46% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15CD2 is #1EA32D. Grayscale: #909090. Windows color (decimal): -2007854 or 13786337. OLE color: 13786337.

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

Color convert

RGB22592210-
CMYK00.590.070.12
HSL306.77º68.91%62.16%-
HSV(B)306.77º59.11%88.24%-
XYZ46.5128.3163.99-
YUV145.22164.56184.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.69%
GREEN value IS 92 (36.33% from 255) = 17.46%
BLUE value IS 210 (82.42% from 255) = 39.85%
R=42.69%
G=17.46%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259221000.590.070.12306.7768.9162.16
HexE15CD203B7C133453e
Octal34113432207371446310576
Binary11100001101110011010010011101111111001001100111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15CD2; }

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

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

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

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

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

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

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

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