#DE4EED

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

Shades of Free Speech Magenta #DE4EED

Tints of Free Speech Magenta #DE4EED

Color information

#DE4EED (or 0xDE4EED) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 4E and ED. RGB value is (222,78,237). Sum of RGB (Red+Green+Blue) = 222+78+237=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 78 (30.86% from 255 or 14.53% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE4EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE4EED is #21B112. Grayscale: #8A8A8A. Windows color (decimal): -2208019 or 15552222. OLE color: 15552222.

HSL color Cylindrical-coordinate representation of color #DE4EED: hue angle of 294.34º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE4EED is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22278237-
CMYK0.060.6700.07
HSL294.34º81.54%61.76%-
HSV(B)294.34º67.09%92.94%-
XYZ48.1327.0982.81-
YUV139.18183.21187.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.34%
GREEN value IS 78 (30.86% from 255) = 14.53%
BLUE value IS 237 (92.97% from 255) = 44.13%
R=41.34%
G=14.53%
B=44.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal222782370.060.6700.07294.3481.5461.76
HexDE4EED64307126523e
Octal33611635561030744612276
Binary11011110100111011101101110100001101111001001101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4EED; }

 p { color: rgb(222,78,237); }

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

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

 a { background-color: rgb(222,78,237); }

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

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

 span { border-color: rgb(222,78,237); }

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