#E154D7

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

Shades of Free Speech Magenta #E154D7

Tints of Free Speech Magenta #E154D7

Color information

#E154D7 (or 0xE154D7) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 54 and D7. RGB value is (225,84,215). Sum of RGB (Red+Green+Blue) = 225+84+215=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 84 (33.20% from 255 or 16.03% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E154D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E154D7 is #1EAB28. Grayscale: #8C8C8C. Windows color (decimal): -2009897 or 14111969. OLE color: 14111969.

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

Color convert

RGB22584215-
CMYK00.630.040.12
HSL304.26º70.15%60.59%-
HSV(B)304.26º62.67%88.24%-
XYZ46.4927.2567.1-
YUV141.09169.71187.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.94%
GREEN value IS 84 (33.20% from 255) = 16.03%
BLUE value IS 215 (84.38% from 255) = 41.03%
R=42.94%
G=16.03%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258421500.630.040.12304.2670.1560.59
HexE154D703F4C130463d
Octal34112432707741446010675
Binary11100001101010011010111011111110011001001100001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E154D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E154D7; }

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

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

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

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

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

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

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

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