#E04DCB

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

Shades of Free Speech Magenta #E04DCB

Tints of Free Speech Magenta #E04DCB

Color information

#E04DCB (or 0xE04DCB) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 4D and CB. RGB value is (224,77,203). Sum of RGB (Red+Green+Blue) = 224+77+203=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04DCB is #1FB234. Grayscale: #868686. Windows color (decimal): -2077237 or 13323744. OLE color: 13323744.

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

Color convert

RGB22477203-
CMYK00.660.090.12
HSL308.57º70.33%59.02%-
HSV(B)308.57º65.62%87.84%-
XYZ44.1725.4759.09-
YUV135.32166.2191.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.44%
GREEN value IS 77 (30.47% from 255) = 15.28%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=44.44%
G=15.28%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247720300.660.090.12308.5770.3359.02
HexE04DCB0429C135463b
Octal3401153130102111446510673
Binary1110000010011011100101101000010100111001001101011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04DCB; }

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

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

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

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

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

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

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

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