#E154D2

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

Shades of Free Speech Magenta #E154D2

Tints of Free Speech Magenta #E154D2

Color information

#E154D2 (or 0xE154D2) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 54 and D2. RGB value is (225,84,210). Sum of RGB (Red+Green+Blue) = 225+84+210=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 84 (33.20% from 255 or 16.18% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E154D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E154D2 is #1EAB2D. Grayscale: #8C8C8C. Windows color (decimal): -2009902 or 13784289. OLE color: 13784289.

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

Color convert

RGB22584210-
CMYK00.630.070.12
HSL306.38º70.15%60.59%-
HSV(B)306.38º62.67%88.24%-
XYZ45.852763.77-
YUV140.52167.21188.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.35%
GREEN value IS 84 (33.20% from 255) = 16.18%
BLUE value IS 210 (82.42% from 255) = 40.46%
R=43.35%
G=16.18%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258421000.630.070.12306.3870.1560.59
HexE154D203F7C132463d
Octal34112432207771446210675
Binary11100001101010011010010011111111111001001100101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E154D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E154D2; }

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

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

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

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

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

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

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

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