#E153C0

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

Shades of Free Speech Magenta #E153C0

Tints of Free Speech Magenta #E153C0

Color information

#E153C0 (or 0xE153C0) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 53 and C0. RGB value is (225,83,192). Sum of RGB (Red+Green+Blue) = 225+83+192=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E153C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E153C0 is #1EAC3F. Grayscale: #898989. Windows color (decimal): -2010176 or 12604385. OLE color: 12604385.

HSL color Cylindrical-coordinate representation of color #E153C0: hue angle of 313.94º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E153C0 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB22583192-
CMYK00.630.150.12
HSL313.94º70.3%60.39%-
HSV(B)313.94º63.11%88.24%-
XYZ43.662652.59-
YUV137.88158.54190.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45%
GREEN value IS 83 (32.81% from 255) = 16.6%
BLUE value IS 192 (75.39% from 255) = 38.4%
R=45%
G=16.6%
B=38.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258319200.630.150.12313.9470.360.39
HexE153C003FFC13a463c
Octal341123300077171447210674
Binary111000011010011110000000111111111111001001110101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E153C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E153C0; }

 p { color: rgb(225,83,192); }

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

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

 a { background-color: rgb(225,83,192); }

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

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

 span { border-color: rgb(225,83,192); }

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