#E15CD4

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

Shades of Free Speech Magenta #E15CD4

Tints of Free Speech Magenta #E15CD4

Color information

#E15CD4 (or 0xE15CD4) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5C and D4. RGB value is (225,92,212). Sum of RGB (Red+Green+Blue) = 225+92+212=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 92 (36.33% from 255 or 17.39% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15CD4 is #1EA32B. Grayscale: #919191. Windows color (decimal): -2007852 or 13917409. OLE color: 13917409.

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

Color convert

RGB22592212-
CMYK00.590.060.12
HSL305.86º68.91%62.16%-
HSV(B)305.86º59.11%88.24%-
XYZ46.7628.4265.31-
YUV145.45165.56184.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.53%
GREEN value IS 92 (36.33% from 255) = 17.39%
BLUE value IS 212 (83.20% from 255) = 40.08%
R=42.53%
G=17.39%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259221200.590.060.12305.8668.9162.16
HexE15CD403B6C132453e
Octal34113432407361446210576
Binary11100001101110011010100011101111011001001100101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15CD4; }

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

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

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

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

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

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

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

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