#E441CA

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

Shades of Free Speech Magenta #E441CA

Tints of Free Speech Magenta #E441CA

Color information

#E441CA (or 0xE441CA) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 41 and CA. RGB value is (228,65,202). Sum of RGB (Red+Green+Blue) = 228+65+202=495 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.06% from 495); Green value is 65 (25.78% from 255 or 13.13% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 228 - color contains mainly: red. Hex color #E441CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E441CA is #1BBE35. Grayscale: #808080. Windows color (decimal): -1818166 or 13255140. OLE color: 13255140.

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

Color convert

RGB22865202-
CMYK00.710.110.11
HSL309.57º75.12%57.45%-
HSV(B)309.57º71.49%89.41%-
XYZ44.5524.5458.27-
YUV129.35169198.36-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.06%
GREEN value IS 65 (25.78% from 255) = 13.13%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=46.06%
G=13.13%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2286520200.710.110.11309.5775.1257.45
HexE441CA047BB1364b39
Octal3441013120107131346611371
Binary1110010010000011100101001000111101110111001101101001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E441CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E441CA; }

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

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

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

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

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

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

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

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