#E44EBF

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

Shades of Free Speech Magenta #E44EBF

Tints of Free Speech Magenta #E44EBF

Color information

#E44EBF (or 0xE44EBF) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 4E and BF. RGB value is (228,78,191). Sum of RGB (Red+Green+Blue) = 228+78+191=497 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.88% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 228 - color contains mainly: red. Hex color #E44EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E44EBF is #1BB140. Grayscale: #878787. Windows color (decimal): -1814849 or 12537572. OLE color: 12537572.

HSL color Cylindrical-coordinate representation of color #E44EBF: hue angle of 314.8º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E44EBF is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB22878191-
CMYK00.660.160.11
HSL314.8º73.53%60%-
HSV(B)314.8º65.79%89.41%-
XYZ44.1225.751.93-
YUV135.73159.2193.81-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.88%
GREEN value IS 78 (30.86% from 255) = 15.69%
BLUE value IS 191 (75% from 255) = 38.43%
R=45.88%
G=15.69%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287819100.660.160.11314.873.5360
HexE44EBF04210B13b4a3c
Octal3441162770102201347311274
Binary11100100100111010111111010000101000010111001110111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44EBF; }

 p { color: rgb(228,78,191); }

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

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

 a { background-color: rgb(228,78,191); }

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

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

 span { border-color: rgb(228,78,191); }

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