#E154C2

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

Shades of Free Speech Magenta #E154C2

Tints of Free Speech Magenta #E154C2

Color information

#E154C2 (or 0xE154C2) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 54 and C2. RGB value is (225,84,194). Sum of RGB (Red+Green+Blue) = 225+84+194=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 84 (33.20% from 255 or 16.70% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E154C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E154C2 is #1EAB3D. Grayscale: #8A8A8A. Windows color (decimal): -2009918 or 12735713. OLE color: 12735713.

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

Color convert

RGB22584194-
CMYK00.630.140.12
HSL313.19º70.15%60.59%-
HSV(B)313.19º62.67%88.24%-
XYZ43.9626.2453.79-
YUV138.7159.21189.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.73%
GREEN value IS 84 (33.20% from 255) = 16.70%
BLUE value IS 194 (76.17% from 255) = 38.57%
R=44.73%
G=16.70%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258419400.630.140.12313.1970.1560.59
HexE154C203FEC139463d
Octal341124302077161447110675
Binary111000011010100110000100111111111011001001110011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E154C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E154C2; }

 p { color: rgb(225,84,194); }

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

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

 a { background-color: rgb(225,84,194); }

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

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

 span { border-color: rgb(225,84,194); }

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