#E33CD9

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

Shades of Free Speech Magenta #E33CD9

Tints of Free Speech Magenta #E33CD9

Color information

#E33CD9 (or 0xE33CD9) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 3C and D9. RGB value is (227,60,217). Sum of RGB (Red+Green+Blue) = 227+60+217=504 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.04% from 504); Green value is 60 (23.83% from 255 or 11.90% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 227 - color contains mainly: red. Hex color #E33CD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33CD9 is #1CC326. Grayscale: #7F7F7F. Windows color (decimal): -1884967 or 14236899. OLE color: 14236899.

HSL color Cylindrical-coordinate representation of color #E33CD9: hue angle of 303.59º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E33CD9 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB22760217-
CMYK00.740.040.11
HSL303.59º74.89%56.27%-
HSV(B)303.59º73.57%89.02%-
XYZ45.8224.5767.97-
YUV127.83178.33198.73-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.04%
GREEN value IS 60 (23.83% from 255) = 11.90%
BLUE value IS 217 (85.16% from 255) = 43.06%
R=45.04%
G=11.90%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2276021700.740.040.11303.5974.8956.27
HexE33CD904A4B1304b38
Octal34374331011241346011370
Binary11100011111100110110010100101010010111001100001001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E33CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E33CD9; }

 p { color: rgb(227,60,217); }

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

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

 a { background-color: rgb(227,60,217); }

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

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

 span { border-color: rgb(227,60,217); }

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