#E15CBF

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

Shades of Free Speech Magenta #E15CBF

Tints of Free Speech Magenta #E15CBF

Color information

#E15CBF (or 0xE15CBF) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5C and BF. RGB value is (225,92,191). Sum of RGB (Red+Green+Blue) = 225+92+191=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15CBF is #1EA340. Grayscale: #8E8E8E. Windows color (decimal): -2007873 or 12541153. OLE color: 12541153.

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

Color convert

RGB22592191-
CMYK00.590.150.12
HSL315.34º68.91%62.16%-
HSV(B)315.34º59.11%88.24%-
XYZ44.2827.4252.25-
YUV143.05155.06186.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.29%
GREEN value IS 92 (36.33% from 255) = 18.11%
BLUE value IS 191 (75% from 255) = 37.60%
R=44.29%
G=18.11%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259219100.590.150.12315.3468.9162.16
HexE15CBF03BFC13b453e
Octal341134277073171447310576
Binary111000011011100101111110111011111111001001110111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15CBF; }

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

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

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

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

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

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

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

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