#DE5EE2

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

Shades of Free Speech Magenta #DE5EE2

Tints of Free Speech Magenta #DE5EE2

Color information

#DE5EE2 (or 0xDE5EE2) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 5E and E2. RGB value is (222,94,226). Sum of RGB (Red+Green+Blue) = 222+94+226=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 94 (37.11% from 255 or 17.34% from 542); Blue value is 226 (88.67% from 255 or 41.70% from 542); Max value from RGB is 226 - color contains mainly: blue. Hex color #DE5EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5EE2 is #21A11D. Grayscale: #929292. Windows color (decimal): -2203934 or 14835422. OLE color: 14835422.

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

Color convert

RGB22294226-
CMYK0.020.5800.11
HSL298.18º69.47%62.75%-
HSV(B)298.18º58.41%88.63%-
XYZ47.8529.0375.03-
YUV147.32172.41181.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 94 (37.11% from 255) = 17.34%
BLUE value IS 226 (88.67% from 255) = 41.70%
R=40.96%
G=17.34%
B=41.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal222942260.020.5800.11298.1869.4762.75
HexDE5EE223A0B12a453f
Octal33613634227201345210577
Binary1101111010111101110001010111010010111001010101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5EE2; }

 p { color: rgb(222,94,226); }

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

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

 a { background-color: rgb(222,94,226); }

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

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

 span { border-color: rgb(222,94,226); }

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