#E03FD4

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

Shades of Free Speech Magenta #E03FD4

Tints of Free Speech Magenta #E03FD4

Color information

#E03FD4 (or 0xE03FD4) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 3F and D4. RGB value is (224,63,212). Sum of RGB (Red+Green+Blue) = 224+63+212=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 63 (25% from 255 or 12.63% from 499); Blue value is 212 (83.20% from 255 or 42.48% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E03FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03FD4 is #1FC02B. Grayscale: #7F7F7F. Windows color (decimal): -2080812 or 13909984. OLE color: 13909984.

HSL color Cylindrical-coordinate representation of color #E03FD4: hue angle of 304.47º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E03FD4 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB22463212-
CMYK00.720.050.12
HSL304.47º72.2%56.27%-
HSV(B)304.47º71.88%87.84%-
XYZ44.424.1664.61-
YUV128.12175.34196.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.89%
GREEN value IS 63 (25% from 255) = 12.63%
BLUE value IS 212 (83.20% from 255) = 42.48%
R=44.89%
G=12.63%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246321200.720.050.12304.4772.256.27
HexE03FD40485C1304838
Octal34077324011051446011070
Binary11100000111111110101000100100010111001001100001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03FD4; }

 p { color: rgb(224,63,212); }

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

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

 a { background-color: rgb(224,63,212); }

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

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

 span { border-color: rgb(224,63,212); }

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