#E04CCF

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

Shades of Free Speech Magenta #E04CCF

Tints of Free Speech Magenta #E04CCF

Color information

#E04CCF (or 0xE04CCF) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 4C and CF. RGB value is (224,76,207). Sum of RGB (Red+Green+Blue) = 224+76+207=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04CCF is #1FB330. Grayscale: #868686. Windows color (decimal): -2077489 or 13585632. OLE color: 13585632.

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

Color convert

RGB22476207-
CMYK00.660.080.12
HSL306.89º70.48%58.82%-
HSV(B)306.89º66.07%87.84%-
XYZ44.5925.5261.61-
YUV135.19168.53191.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.18%
GREEN value IS 76 (30.08% from 255) = 14.99%
BLUE value IS 207 (81.25% from 255) = 40.83%
R=44.18%
G=14.99%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247620700.660.080.12306.8970.4858.82
HexE04CCF0428C133463b
Octal3401143170102101446310673
Binary1110000010011001100111101000010100011001001100111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04CCF; }

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

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

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

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

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

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

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

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