#E153DD

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

Shades of Free Speech Magenta #E153DD

Tints of Free Speech Magenta #E153DD

Color information

#E153DD (or 0xE153DD) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 53 and DD. RGB value is (225,83,221). Sum of RGB (Red+Green+Blue) = 225+83+221=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 83 (32.81% from 255 or 15.69% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E153DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E153DD is #1EAC22. Grayscale: #8C8C8C. Windows color (decimal): -2010147 or 14504929. OLE color: 14504929.

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

Color convert

RGB22583221-
CMYK00.630.020.12
HSL301.69º70.3%60.39%-
HSV(B)301.69º63.11%88.24%-
XYZ47.227.4171.21-
YUV141.19173.04187.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.53%
GREEN value IS 83 (32.81% from 255) = 15.69%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=42.53%
G=15.69%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258322100.630.020.12301.6970.360.39
HexE153DD03F2C12e463c
Octal34112333507721445610674
Binary1110000110100111101110101111111011001001011101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E153DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E153DD; }

 p { color: rgb(225,83,221); }

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

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

 a { background-color: rgb(225,83,221); }

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

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

 span { border-color: rgb(225,83,221); }

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