Html Css Color HEX #E161D1 Free Speech Magenta

📋 copy color: '#E161D1'

red 225 ◦ green 97 ◦ blue 209

#E161D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #E161D1

Tints of Free Speech Magenta #E161D1

RGB

 RED value IS 225 (88.28% from 255) = 42.37%

 GREEN value IS 97 (38.28% from 255) = 18.27%

 BLUE value IS 209 (82.03% from 255) = 39.36%

R = 42.37%
G = 18.27%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E161D1 (or 0xE161D1) is known color: Free Speech Magenta. HEX triplet: E1, 61 and D1. RGB value is (225,97,209). Sum of RGB (Red+Green+Blue) = 225+97+209=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 97 (38.28% from 255 or 18.27% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E161D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E161D1 is #1E9E2E. Grayscale: #939393. Windows color (decimal): -2006575 or 13722081. OLE color: 13722081.

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

Color convert

RGB 225 97 209 -
CMYK 0 0.57 0.07 0.12
HSL 307.5º 0.68% 0.63% -
HSV(B) 307.5º 0.57% 0.88% -
XYZ 46.83 29.16 63.48 -
YUV 148.04 162.41 182.89 -
System Red Green Blue C M Y K H S L
Decimal 225 97 209 0 0.57 0.07 0.12 307.5 0.68 0.63
Hex E1 61 D1 0 39 7 C 134 44 3F
Octal 341 141 321 0 71 7 14 464 104 77
Binary 11100001 1100001 11010001 0 111001 111 1100 100110100 1000100 111111

Color Harmonies of #E161D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E161D1

Black with #E161D1

Text Example


Text Example

White with #E161D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E161D1; }

 p { color: rgb(225,97,209); }

 H1.HeaderClassName
 {
   color: #E161D1;
 }
 .AnyTagClassName
 {
   color: #E161D1;
 }
</style>

background-color css

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

 a { background-color: rgb(225,97,209); }

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

border-color css

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

 span { border-color: rgb(225,97,209); }

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