#E04CDE

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

Shades of Free Speech Magenta #E04CDE

Tints of Free Speech Magenta #E04CDE

Color information

#E04CDE (or 0xE04CDE) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 4C and DE. RGB value is (224,76,222). Sum of RGB (Red+Green+Blue) = 224+76+222=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 76 (30.08% from 255 or 14.56% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04CDE is #1FB321. Grayscale: #888888. Windows color (decimal): -2077474 or 14568672. OLE color: 14568672.

HSL color Cylindrical-coordinate representation of color #E04CDE: hue angle of 300.81º 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 #E04CDE is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB22476222-
CMYK00.660.010.12
HSL300.81º70.48%58.82%-
HSV(B)300.81º66.07%87.84%-
XYZ46.5126.2971.73-
YUV136.9176.03190.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.91%
GREEN value IS 76 (30.08% from 255) = 14.56%
BLUE value IS 222 (87.11% from 255) = 42.53%
R=42.91%
G=14.56%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247622200.660.010.12300.8170.4858.82
HexE04CDE0421C12d463b
Octal340114336010211445510673
Binary1110000010011001101111001000010111001001011011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04CDE; }

 p { color: rgb(224,76,222); }

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

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

 a { background-color: rgb(224,76,222); }

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

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

 span { border-color: rgb(224,76,222); }

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