#e04cc1

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

Shades of Free Speech Magenta #E04CC1

Tints of Free Speech Magenta #E04CC1

Color information

#E04CC1 (or 0xE04CC1) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 4C and C1. RGB value is (224,76,193). Sum of RGB (Red+Green+Blue) = 224+76+193=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04CC1 is #1FB33E. Grayscale: #858585. Windows color (decimal): -2077503 or 12668128. OLE color: 12668128.

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

Color convert

RGB22476193-
CMYK00.660.140.12
HSL312.57º70.48%58.82%-
HSV(B)312.57º66.07%87.84%-
XYZ42.9524.8752.99-
YUV133.59161.53192.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.44%
GREEN value IS 76 (30.08% from 255) = 15.42%
BLUE value IS 193 (75.78% from 255) = 39.15%
R=45.44%
G=15.42%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247619300.660.140.12312.5770.4858.82
HexE04CC1042EC139463b
Octal3401143010102161447110673
Binary1110000010011001100000101000010111011001001110011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e04cc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e04cc1; }

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

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

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

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

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

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

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

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