#E44BCA

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

Shades of Free Speech Magenta #E44BCA

Tints of Free Speech Magenta #E44BCA

Color information

#E44BCA (or 0xE44BCA) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 4B and CA. RGB value is (228,75,202). Sum of RGB (Red+Green+Blue) = 228+75+202=505 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.15% from 505); Green value is 75 (29.69% from 255 or 14.85% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 228 - color contains mainly: red. Hex color #E44BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E44BCA is #1BB435. Grayscale: #868686. Windows color (decimal): -1815606 or 13257700. OLE color: 13257700.

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

Color convert

RGB22875202-
CMYK00.670.110.11
HSL310.2º73.91%59.41%-
HSV(B)310.2º67.11%89.41%-
XYZ45.1725.7958.47-
YUV135.22165.69194.17-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.15%
GREEN value IS 75 (29.69% from 255) = 14.85%
BLUE value IS 202 (79.30% from 255) = 40%
R=45.15%
G=14.85%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287520200.670.110.11310.273.9159.41
HexE44BCA043BB1364a3b
Octal3441133120103131346611273
Binary1110010010010111100101001000011101110111001101101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44BCA; }

 p { color: rgb(228,75,202); }

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

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

 a { background-color: rgb(228,75,202); }

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

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

 span { border-color: rgb(228,75,202); }

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