#e33cd5

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

Shades of Free Speech Magenta #E33CD5

Tints of Free Speech Magenta #E33CD5

Color information

#E33CD5 (or 0xE33CD5) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 3C and D5. RGB value is (227,60,213). Sum of RGB (Red+Green+Blue) = 227+60+213=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 60 (23.83% from 255 or 12% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 227 - color contains mainly: red. Hex color #E33CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33CD5 is #1CC32A. Grayscale: #7E7E7E. Windows color (decimal): -1884971 or 13974755. OLE color: 13974755.

HSL color Cylindrical-coordinate representation of color #E33CD5: hue angle of 305.03º 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 #E33CD5 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB22760213-
CMYK00.740.060.11
HSL305.03º74.89%56.27%-
HSV(B)305.03º73.57%89.02%-
XYZ45.324.3765.27-
YUV127.37176.33199.06-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.4%
GREEN value IS 60 (23.83% from 255) = 12%
BLUE value IS 213 (83.59% from 255) = 42.6%
R=45.4%
G=12%
B=42.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2276021300.740.060.11305.0374.8956.27
HexE33CD504A6B1314b38
Octal34374325011261346111370
Binary11100011111100110101010100101011010111001100011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e33cd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e33cd5; }

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

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

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

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

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

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

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

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