#E942E1

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

Shades of Free Speech Magenta #E942E1

Tints of Free Speech Magenta #E942E1

Color information

#E942E1 (or 0xE942E1) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 42 and E1. RGB value is (233,66,225). Sum of RGB (Red+Green+Blue) = 233+66+225=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 66 (26.17% from 255 or 12.60% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E942E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E942E1 is #16BD1E. Grayscale: #858585. Windows color (decimal): -1490207 or 14762729. OLE color: 14762729.

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

Color convert

RGB23366225-
CMYK00.720.030.09
HSL302.87º79.15%58.63%-
HSV(B)302.87º71.67%91.37%-
XYZ49.1426.6673.79-
YUV134.06179.33198.57-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.47%
GREEN value IS 66 (26.17% from 255) = 12.60%
BLUE value IS 225 (88.28% from 255) = 42.94%
R=44.47%
G=12.60%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336622500.720.030.09302.8779.1558.63
HexE942E10483912f4f3b
Octal351102341011031145711773
Binary11101001100001011100001010010001110011001011111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E942E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E942E1; }

 p { color: rgb(233,66,225); }

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

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

 a { background-color: rgb(233,66,225); }

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

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

 span { border-color: rgb(233,66,225); }

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