#e04dc4

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

Shades of Free Speech Magenta #E04DC4

Tints of Free Speech Magenta #E04DC4

Color information

#E04DC4 (or 0xE04DC4) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 4D and C4. RGB value is (224,77,196). Sum of RGB (Red+Green+Blue) = 224+77+196=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 77 (30.47% from 255 or 15.49% from 497); Blue value is 196 (76.95% from 255 or 39.44% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04DC4 is #1FB23B. Grayscale: #868686. Windows color (decimal): -2077244 or 12864992. OLE color: 12864992.

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

Color convert

RGB22477196-
CMYK00.660.120.12
HSL311.43º70.33%59.02%-
HSV(B)311.43º65.62%87.84%-
XYZ43.3625.1454.79-
YUV134.52162.7191.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.07%
GREEN value IS 77 (30.47% from 255) = 15.49%
BLUE value IS 196 (76.95% from 255) = 39.44%
R=45.07%
G=15.49%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247719600.660.120.12311.4370.3359.02
HexE04DC4042CC137463b
Octal3401153040102141446710673
Binary1110000010011011100010001000010110011001001101111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e04dc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e04dc4; }

 p { color: rgb(224,77,196); }

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

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

 a { background-color: rgb(224,77,196); }

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

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

 span { border-color: rgb(224,77,196); }

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