#E03AD0

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

Shades of Free Speech Magenta #E03AD0

Tints of Free Speech Magenta #E03AD0

Color information

#E03AD0 (or 0xE03AD0) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 3A and D0. RGB value is (224,58,208). Sum of RGB (Red+Green+Blue) = 224+58+208=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 58 (23.05% from 255 or 11.84% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E03AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03AD0 is #1FC52F. Grayscale: #7C7C7C. Windows color (decimal): -2082096 or 13646560. OLE color: 13646560.

HSL color Cylindrical-coordinate representation of color #E03AD0: hue angle of 305.78º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03AD0 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB22458208-
CMYK00.740.070.12
HSL305.78º72.81%55.29%-
HSV(B)305.78º74.11%87.84%-
XYZ43.6423.4361.9-
YUV124.73175198.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.71%
GREEN value IS 58 (23.05% from 255) = 11.84%
BLUE value IS 208 (81.64% from 255) = 42.45%
R=45.71%
G=11.84%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245820800.740.070.12305.7872.8155.29
HexE03AD004A7C1324937
Octal34072320011271446211167
Binary11100000111010110100000100101011111001001100101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03AD0; }

 p { color: rgb(224,58,208); }

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

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

 a { background-color: rgb(224,58,208); }

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

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

 span { border-color: rgb(224,58,208); }

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