#E967DD

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

Shades of Free Speech Magenta #E967DD

Tints of Free Speech Magenta #E967DD

Color information

#E967DD (or 0xE967DD) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 67 and DD. RGB value is (233,103,221). Sum of RGB (Red+Green+Blue) = 233+103+221=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 103 (40.62% from 255 or 18.49% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E967DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E967DD is #169822. Grayscale: #9A9A9A. Windows color (decimal): -1480739 or 14510057. OLE color: 14510057.

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

Color convert

RGB233103221-
CMYK00.560.050.09
HSL305.54º74.71%65.88%-
HSV(B)305.54º55.79%91.37%-
XYZ51.5132.2471.92-
YUV155.32165.07183.41-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.83%
GREEN value IS 103 (40.62% from 255) = 18.49%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=41.83%
G=18.49%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310322100.560.050.09305.5474.7165.88
HexE967DD038591324b42
Octal351147335070511462113102
Binary111010011100111110111010111000101100110011001010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E967DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E967DD; }

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

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

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

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

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

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

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

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