#E162D6

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

Shades of Free Speech Magenta #E162D6

Tints of Free Speech Magenta #E162D6

Color information

#E162D6 (or 0xE162D6) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 62 and D6. RGB value is (225,98,214). Sum of RGB (Red+Green+Blue) = 225+98+214=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 98 (38.67% from 255 or 18.25% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E162D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E162D6 is #1E9D29. Grayscale: #949494. Windows color (decimal): -2006314 or 14050017. OLE color: 14050017.

HSL color Cylindrical-coordinate representation of color #E162D6: hue angle of 305.2º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E162D6 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB22598214-
CMYK00.560.050.12
HSL305.2º67.91%63.33%-
HSV(B)305.2º56.44%88.24%-
XYZ47.5629.666.82-
YUV149.2164.58182.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.90%
GREEN value IS 98 (38.67% from 255) = 18.25%
BLUE value IS 214 (83.98% from 255) = 39.85%
R=41.90%
G=18.25%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259821400.560.050.12305.267.9163.33
HexE162D60385C131443f
Octal34114232607051446110477
Binary11100001110001011010110011100010111001001100011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E162D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E162D6; }

 p { color: rgb(225,98,214); }

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

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

 a { background-color: rgb(225,98,214); }

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

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

 span { border-color: rgb(225,98,214); }

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