Html Css Color HEX #E146D9 Free Speech Magenta

📋 copy color: '#E146D9'

red 225 ◦ green 70 ◦ blue 217

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

Shades of Free Speech Magenta #E146D9

Tints of Free Speech Magenta #E146D9

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.67%

 BLUE value IS 217 (85.16% from 255) = 42.38%

R = 43.95%
G = 13.67%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E146D9 (or 0xE146D9) is known color: Free Speech Magenta. HEX triplet: E1, 46 and D9. RGB value is (225,70,217). Sum of RGB (Red+Green+Blue) = 225+70+217=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 70 (27.73% from 255 or 13.67% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E146D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E146D9 is #1EB926. Grayscale: #848484. Windows color (decimal): -2013479 or 14239457. OLE color: 14239457.

HSL color Cylindrical-coordinate representation of color #E146D9: hue angle of 303.1º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E146D9 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 70 217 -
CMYK 0 0.69 0.04 0.12
HSL 303.1º 0.72% 0.58% -
HSV(B) 303.1º 0.69% 0.88% -
XYZ 45.77 25.4 68.14 -
YUV 133.1 175.35 193.55 -
System Red Green Blue C M Y K H S L
Decimal 225 70 217 0 0.69 0.04 0.12 303.1 0.72 0.58
Hex E1 46 D9 0 45 4 C 12F 48 3A
Octal 341 106 331 0 105 4 14 457 110 72
Binary 11100001 1000110 11011001 0 1000101 100 1100 100101111 1001000 111010

Color Harmonies of #E146D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E146D9

Black with #E146D9

Text Example


Text Example

White with #E146D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E146D9; }

 p { color: rgb(225,70,217); }

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

background-color css

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

 a { background-color: rgb(225,70,217); }

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

border-color css

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

 span { border-color: rgb(225,70,217); }

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