#E94DDB

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

Shades of Free Speech Magenta #E94DDB

Tints of Free Speech Magenta #E94DDB

Color information

#E94DDB (or 0xE94DDB) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 4D and DB. RGB value is (233,77,219). Sum of RGB (Red+Green+Blue) = 233+77+219=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 77 (30.47% from 255 or 14.56% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E94DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E94DDB is #16B224. Grayscale: #8B8B8B. Windows color (decimal): -1487397 or 14372329. OLE color: 14372329.

HSL color Cylindrical-coordinate representation of color #E94DDB: hue angle of 305.38º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94DDB is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB23377219-
CMYK00.670.060.09
HSL305.38º78%60.78%-
HSV(B)305.38º66.95%91.37%-
XYZ49.0427.7569.79-
YUV139.83172.68194.45-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.05%
GREEN value IS 77 (30.47% from 255) = 14.56%
BLUE value IS 219 (85.94% from 255) = 41.40%
R=44.05%
G=14.56%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337721900.670.060.09305.387860.78
HexE94DDB043691314e3d
Octal351115333010361146111675
Binary111010011001101110110110100001111010011001100011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94DDB; }

 p { color: rgb(233,77,219); }

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

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

 a { background-color: rgb(233,77,219); }

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

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

 span { border-color: rgb(233,77,219); }

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