#DE5AEE

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

Shades of Free Speech Magenta #DE5AEE

Tints of Free Speech Magenta #DE5AEE

Color information

#DE5AEE (or 0xDE5AEE) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 5A and EE. RGB value is (222,90,238). Sum of RGB (Red+Green+Blue) = 222+90+238=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 90 (35.55% from 255 or 16.36% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE5AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE5AEE is #21A511. Grayscale: #919191. Windows color (decimal): -2204946 or 15620830. OLE color: 15620830.

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

Color convert

RGB22290238-
CMYK0.070.6200.07
HSL293.51º81.32%64.31%-
HSV(B)293.51º62.18%93.33%-
XYZ49.2129.0183.9-
YUV146.34179.73181.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.36%
GREEN value IS 90 (35.55% from 255) = 16.36%
BLUE value IS 238 (93.36% from 255) = 43.27%
R=40.36%
G=16.36%
B=43.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal222902380.070.6200.07293.5181.3264.31
HexDE5AEE73E071265140
Octal33613235677607446121100
Binary11011110101101011101110111111110011110010011010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5AEE; }

 p { color: rgb(222,90,238); }

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

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

 a { background-color: rgb(222,90,238); }

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

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

 span { border-color: rgb(222,90,238); }

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