#E962DD

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

Shades of Free Speech Magenta #E962DD

Tints of Free Speech Magenta #E962DD

Color information

#E962DD (or 0xE962DD) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 62 and DD. RGB value is (233,98,221). Sum of RGB (Red+Green+Blue) = 233+98+221=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 98 (38.67% from 255 or 17.75% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E962DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E962DD is #169D22. Grayscale: #989898. Windows color (decimal): -1482019 or 14508777. OLE color: 14508777.

HSL color Cylindrical-coordinate representation of color #E962DD: hue angle of 305.33º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E962DD is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB23398221-
CMYK00.580.050.09
HSL305.33º75.42%64.9%-
HSV(B)305.33º57.94%91.37%-
XYZ51.0231.2871.75-
YUV152.39166.73185.5-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.21%
GREEN value IS 98 (38.67% from 255) = 17.75%
BLUE value IS 221 (86.72% from 255) = 40.04%
R=42.21%
G=17.75%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339822100.580.050.09305.3375.4264.9
HexE962DD03A591314b41
Octal351142335072511461113101
Binary111010011100010110111010111010101100110011000110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E962DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E962DD; }

 p { color: rgb(233,98,221); }

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

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

 a { background-color: rgb(233,98,221); }

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

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

 span { border-color: rgb(233,98,221); }

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