#E951DC

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

Shades of Free Speech Magenta #E951DC

Tints of Free Speech Magenta #E951DC

Color information

#E951DC (or 0xE951DC) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 51 and DC. RGB value is (233,81,220). Sum of RGB (Red+Green+Blue) = 233+81+220=534 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.63% from 534); Green value is 81 (32.03% from 255 or 15.17% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 233 - color contains mainly: red. Hex color #E951DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E951DC is #16AE23. Grayscale: #8D8D8D. Windows color (decimal): -1486372 or 14438889. OLE color: 14438889.

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

Color convert

RGB23381220-
CMYK00.650.060.09
HSL305.13º77.55%61.57%-
HSV(B)305.13º65.24%91.37%-
XYZ49.4628.3870.58-
YUV142.29171.86192.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.63%
GREEN value IS 81 (32.03% from 255) = 15.17%
BLUE value IS 220 (86.33% from 255) = 41.20%
R=43.63%
G=15.17%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338122000.650.060.09305.1377.5561.57
HexE951DC041691314e3e
Octal351121334010161146111676
Binary111010011010001110111000100000111010011001100011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E951DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E951DC; }

 p { color: rgb(233,81,220); }

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

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

 a { background-color: rgb(233,81,220); }

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

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

 span { border-color: rgb(233,81,220); }

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