#E154D4

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

Shades of Free Speech Magenta #E154D4

Tints of Free Speech Magenta #E154D4

Color information

#E154D4 (or 0xE154D4) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 54 and D4. RGB value is (225,84,212). Sum of RGB (Red+Green+Blue) = 225+84+212=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E154D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E154D4 is #1EAB2B. Grayscale: #8C8C8C. Windows color (decimal): -2009900 or 13915361. OLE color: 13915361.

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

Color convert

RGB22584212-
CMYK00.630.060.12
HSL305.53º70.15%60.59%-
HSV(B)305.53º62.67%88.24%-
XYZ46.1127.165.09-
YUV140.75168.21188.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.19%
GREEN value IS 84 (33.20% from 255) = 16.12%
BLUE value IS 212 (83.20% from 255) = 40.69%
R=43.19%
G=16.12%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258421200.630.060.12305.5370.1560.59
HexE154D403F6C132463d
Octal34112432407761446210675
Binary11100001101010011010100011111111011001001100101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E154D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E154D4; }

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

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

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

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

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

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

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

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