#E154D5

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

Shades of Free Speech Magenta #E154D5

Tints of Free Speech Magenta #E154D5

Color information

#E154D5 (or 0xE154D5) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 54 and D5. RGB value is (225,84,213). Sum of RGB (Red+Green+Blue) = 225+84+213=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 84 (33.20% from 255 or 16.09% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E154D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E154D5 is #1EAB2A. Grayscale: #8C8C8C. Windows color (decimal): -2009899 or 13980897. OLE color: 13980897.

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

Color convert

RGB22584213-
CMYK00.630.050.12
HSL305.11º70.15%60.59%-
HSV(B)305.11º62.67%88.24%-
XYZ46.2327.1565.76-
YUV140.86168.71188.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.10%
GREEN value IS 84 (33.20% from 255) = 16.09%
BLUE value IS 213 (83.59% from 255) = 40.80%
R=43.10%
G=16.09%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258421300.630.050.12305.1170.1560.59
HexE154D503F5C131463d
Octal34112432507751446110675
Binary11100001101010011010101011111110111001001100011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E154D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E154D5; }

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

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

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

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

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

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

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

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