#E259DD

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

Shades of Free Speech Magenta #E259DD

Tints of Free Speech Magenta #E259DD

Color information

#E259DD (or 0xE259DD) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 59 and DD. RGB value is (226,89,221). Sum of RGB (Red+Green+Blue) = 226+89+221=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 89 (35.16% from 255 or 16.60% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E259DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E259DD is #1DA622. Grayscale: #909090. Windows color (decimal): -1943075 or 14506466. OLE color: 14506466.

HSL color Cylindrical-coordinate representation of color #E259DD: hue angle of 302.19º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E259DD is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB22689221-
CMYK00.610.020.11
HSL302.19º70.26%61.76%-
HSV(B)302.19º60.62%88.63%-
XYZ47.9928.5371.38-
YUV145.01170.89185.77-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.16%
GREEN value IS 89 (35.16% from 255) = 16.60%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=42.16%
G=16.60%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268922100.610.020.11302.1970.2661.76
HexE259DD03D2B12e463e
Octal34213133507521345610676
Binary1110001010110011101110101111011010111001011101000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E259DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E259DD; }

 p { color: rgb(226,89,221); }

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

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

 a { background-color: rgb(226,89,221); }

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

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

 span { border-color: rgb(226,89,221); }

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