#E93CDD

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

Shades of Free Speech Magenta #E93CDD

Tints of Free Speech Magenta #E93CDD

Color information

#E93CDD (or 0xE93CDD) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 3C and DD. RGB value is (233,60,221). Sum of RGB (Red+Green+Blue) = 233+60+221=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 60 (23.83% from 255 or 11.67% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E93CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93CDD is #16C322. Grayscale: #818181. Windows color (decimal): -1491747 or 14499049. OLE color: 14499049.

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

Color convert

RGB23360221-
CMYK00.740.050.09
HSL304.16º79.72%57.45%-
HSV(B)304.16º74.25%91.37%-
XYZ48.2725.7870.84-
YUV130.08179.31201.41-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.33%
GREEN value IS 60 (23.83% from 255) = 11.67%
BLUE value IS 221 (86.72% from 255) = 43.00%
R=45.33%
G=11.67%
B=43.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336022100.740.050.09304.1679.7257.45
HexE93CDD04A591305039
Octal35174335011251146012071
Binary11101001111100110111010100101010110011001100001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93CDD; }

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

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

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

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

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

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

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

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