#E442E7

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

Shades of Free Speech Magenta #E442E7

Tints of Free Speech Magenta #E442E7

Color information

#E442E7 (or 0xE442E7) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 42 and E7. RGB value is (228,66,231). Sum of RGB (Red+Green+Blue) = 228+66+231=525 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.43% from 525); Green value is 66 (26.17% from 255 or 12.57% from 525); Blue value is 231 (90.62% from 255 or 44% from 525); Max value from RGB is 231 - color contains mainly: blue. Hex color #E442E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E442E7 is #1BBD18. Grayscale: #848484. Windows color (decimal): -1817881 or 15155940. OLE color: 15155940.

HSL color Cylindrical-coordinate representation of color #E442E7: hue angle of 298.91º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E442E7 is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22866231-
CMYK0.010.7100.09
HSL298.91º77.46%58.24%-
HSV(B)298.91º71.43%90.59%-
XYZ48.3726.1678.1-
YUV133.25183.17195.58-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.43%
GREEN value IS 66 (26.17% from 255) = 12.57%
BLUE value IS 231 (90.62% from 255) = 44%
R=43.43%
G=12.57%
B=44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal228662310.010.7100.09298.9177.4658.24
HexE442E71470912b4d3a
Octal344102347110701145311572
Binary1110010010000101110011111000111010011001010111001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E442E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E442E7; }

 p { color: rgb(228,66,231); }

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

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

 a { background-color: rgb(228,66,231); }

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

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

 span { border-color: rgb(228,66,231); }

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