#E969CA

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

Shades of Free Speech Magenta #E969CA

Tints of Free Speech Magenta #E969CA

Color information

#E969CA (or 0xE969CA) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 69 and CA. RGB value is (233,105,202). Sum of RGB (Red+Green+Blue) = 233+105+202=540 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.15% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 233 - color contains mainly: red. Hex color #E969CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E969CA is #169635. Grayscale: #9A9A9A. Windows color (decimal): -1480246 or 13265385. OLE color: 13265385.

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

Color convert

RGB233105202-
CMYK00.550.130.09
HSL314.53º74.42%66.27%-
HSV(B)314.53º54.94%91.37%-
XYZ49.3231.6959.39-
YUV154.33154.91184.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.15%
GREEN value IS 105 (41.41% from 255) = 19.44%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=43.15%
G=19.44%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310520200.550.130.09314.5374.4266.27
HexE969CA037D913b4a42
Octal3511513120671511473112102
Binary1110100111010011100101001101111101100110011101110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E969CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E969CA; }

 p { color: rgb(233,105,202); }

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

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

 a { background-color: rgb(233,105,202); }

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

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

 span { border-color: rgb(233,105,202); }

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