Html Css Color HEX #E146D6 Free Speech Magenta

📋 copy color: '#E146D6'

red 225 ◦ green 70 ◦ blue 214

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

Shades of Free Speech Magenta #E146D6

Tints of Free Speech Magenta #E146D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.04%

R = 44.2%
G = 13.75%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E146D6 (or 0xE146D6) is known color: Free Speech Magenta. HEX triplet: E1, 46 and D6. RGB value is (225,70,214). Sum of RGB (Red+Green+Blue) = 225+70+214=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 70 (27.73% from 255 or 13.75% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E146D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E146D6 is #1EB929. Grayscale: #848484. Windows color (decimal): -2013482 or 14042849. OLE color: 14042849.

HSL color Cylindrical-coordinate representation of color #E146D6: hue angle of 304.26º 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 #E146D6 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 70 214 -
CMYK 0 0.69 0.05 0.12
HSL 304.26º 0.72% 0.58% -
HSV(B) 304.26º 0.69% 0.88% -
XYZ 45.38 25.24 66.1 -
YUV 132.76 173.85 193.79 -
System Red Green Blue C M Y K H S L
Decimal 225 70 214 0 0.69 0.05 0.12 304.26 0.72 0.58
Hex E1 46 D6 0 45 5 C 130 48 3A
Octal 341 106 326 0 105 5 14 460 110 72
Binary 11100001 1000110 11010110 0 1000101 101 1100 100110000 1001000 111010

Color Harmonies of #E146D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E146D6

Black with #E146D6

Text Example


Text Example

White with #E146D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E146D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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