#e04ce0

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

Shades of Free Speech Magenta #E04CE0

Tints of Free Speech Magenta #E04CE0

Color information

#E04CE0 (or 0xE04CE0) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 4C and E0. RGB value is (224,76,224). Sum of RGB (Red+Green+Blue) = 224+76+224=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 76 (30.08% from 255 or 14.50% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E04CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04CE0 is #1FB31F. Grayscale: #888888. Windows color (decimal): -2077472 or 14699744. OLE color: 14699744.

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

Color convert

RGB22476224-
CMYK00.6600.12
HSL300º70.48%58.82%-
HSV(B)300º66.07%87.84%-
XYZ46.7826.473.15-
YUV137.12177.03189.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.75%
GREEN value IS 76 (30.08% from 255) = 14.50%
BLUE value IS 224 (87.89% from 255) = 42.75%
R=42.75%
G=14.50%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247622400.6600.1230070.4858.82
HexE04CE00420C12c463b
Octal340114340010201445410673
Binary1110000010011001110000001000010011001001011001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e04ce0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e04ce0; }

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

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

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

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

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

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

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

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