#E967CC

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

Shades of Free Speech Magenta #E967CC

Tints of Free Speech Magenta #E967CC

Color information

#E967CC (or 0xE967CC) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 67 and CC. RGB value is (233,103,204). Sum of RGB (Red+Green+Blue) = 233+103+204=540 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.15% from 540); Green value is 103 (40.62% from 255 or 19.07% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 233 - color contains mainly: red. Hex color #E967CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E967CC is #169833. Grayscale: #999999. Windows color (decimal): -1480756 or 13395945. OLE color: 13395945.

HSL color Cylindrical-coordinate representation of color #E967CC: hue angle of 313.38º 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 #E967CC is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233103204-
CMYK00.560.120.09
HSL313.38º74.71%65.88%-
HSV(B)313.38º55.79%91.37%-
XYZ49.3531.3860.58-
YUV153.38156.57184.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.15%
GREEN value IS 103 (40.62% from 255) = 19.07%
BLUE value IS 204 (80.08% from 255) = 37.78%
R=43.15%
G=19.07%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310320400.560.120.09313.3874.7165.88
HexE967CC038C91394b42
Octal3511473140701411471113102
Binary1110100111001111100110001110001100100110011100110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E967CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E967CC; }

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

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

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

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

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

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

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

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