#E442EA

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

Shades of Free Speech Magenta #E442EA

Tints of Free Speech Magenta #E442EA

Color information

#E442EA (or 0xE442EA) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 42 and EA. RGB value is (228,66,234). Sum of RGB (Red+Green+Blue) = 228+66+234=528 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.18% from 528); Green value is 66 (26.17% from 255 or 12.5% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #E442EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E442EA is #1BBD15. Grayscale: #858585. Windows color (decimal): -1817878 or 15352548. OLE color: 15352548.

HSL color Cylindrical-coordinate representation of color #E442EA: hue angle of 297.86º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E442EA is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22866234-
CMYK0.030.7200.08
HSL297.86º80%58.82%-
HSV(B)297.86º71.79%91.76%-
XYZ48.7926.3380.35-
YUV133.59184.67195.34-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.18%
GREEN value IS 66 (26.17% from 255) = 12.5%
BLUE value IS 234 (91.80% from 255) = 44.32%
R=43.18%
G=12.5%
B=44.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal228662340.030.7200.08297.868058.82
HexE442EA3480812a503b
Octal344102352311001045212073
Binary11100100100001011101010111001000010001001010101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E442EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E442EA; }

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

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

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

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

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

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

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

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